feathersjs-ecosystem / feathers-redux

Integrate Feathers with your Redux store
MIT License
114 stars 23 forks source link

Move redux to peerDependencies (#54) #55

Closed petermikitsh closed 6 years ago

petermikitsh commented 6 years ago

Summary

(If you have not already please refer to the contributing guideline as described here)

Redux gets bundled twice (wasting precious, precious bundle size bytes) if you use Redux v4 in your project, while also importing this project.

54.

Nope.

This is a breaking change, since it will now require users to explicitly state a version of redux to their package.json to be included. Most people using this package are probably using redux in their projects anyways... but to be safe, a major version bump is appropriate, even though none of the APIs are changing.

eddyystop commented 6 years ago

Could you bump the semver to 3.0.0 and add a "Migration to v3.0.0" section to the README? Thanks.

eddyystop commented 6 years ago

Thanks again.

Published as v3.0.0