Releases: reduxjs/angular-redux
Releases · reduxjs/angular-redux
v1.0.1
What's Changed
- Fix lifecycle method usage by @crutchcorn in #14
New Contributors
- @Balastrong made their first contribution in #11
Full Changelog: v1.0.0...v1.0.1
v1.0.0
First initial stable release!
Only docs and testing changes have been made since 0.1, but we feel that this release is ready for prime-time and can be safely relied upon for production codebases.
Full Changelog: v0.1.0...v1.0.0
v0.1.0
v0.0.4
What's Changed
- fix: files should now generate properly on ng add by @crutchcorn in #9
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- feat: Support
ng add
by @crutchcorn in #7 - refactor: simplify example component by @ptu14 in #3
New Contributors
Full Changelog: v0.0.2...v0.0.3
v0.0.2
This is the initial release of the official Angular adapter for Redux!
This should have feature parity with the React adapter with the following exceptions:
- Context cannot be overwritten
- No
connect
HOC APIs - No developer mode warnings
v0.0.1 is the same as v0.0.2 but with a different
package.json
repo listed