thosakwe / feathers-seeder

Straightforward data seeder for Feathers.js services. Promise-based.
https://docs.feathersjs.com/guides/seeding-services.html
MIT License
38 stars 6 forks source link

Add support for feathers v3 #22

Closed josx closed 6 years ago

josx commented 6 years ago

I need to use this with the newer feathers version 3.x I have done the changes to support it.

thosakwe commented 6 years ago

Seems like the tests are failing on Node 5. Can you check that out? Thanks

josx commented 6 years ago

So ,sorry about that, but i found out that feather v3 requires node >= 6. Check it on package.json

thosakwe commented 6 years ago

Hm, in that case, the version of feathers-seeder will need to be bumped 2.0.0 to represent a breaking change.

In addition, the .travis.yml configuration will need to be modified to only run on Node 6 and up.

thosakwe commented 6 years ago

Thanks for the contribution! Going to get this published in a few minutes.

josx commented 6 years ago

Done! Replace node 5 with node 8, and bump to 2.0.0

josx commented 6 years ago

great! thanks!

thosakwe commented 6 years ago

Now published: https://www.npmjs.com/package/feathers-seeder/v/2.0.0

afifsohaili commented 6 years ago

thanks guys!