immerjs / use-immer

Use immer to drive state with a React hooks
MIT License
4.04k stars 92 forks source link

Is this package stable? #24

Closed bencooper222 closed 5 years ago

bencooper222 commented 5 years ago

I'm not sure if it's intentional or not but the fact that the package version is 0.y.z means that any change is considered a major semver change (https://semver.org/#spec-item-4) which interferes with automatic dependency management tools (like npm update) which tend to strictly follow semver. If you consider this package stable, please consider incrementing to version 1!