-
Notifications
You must be signed in to change notification settings - Fork 175
Closed
Description
4.0.0 Milestone
The 4.0.0 release is supposed to be a breaking one. It should setup ng-redux
to be more collaborator friendly and increase the pace of development.
Staging branch is on #165
What it will include:
Dev friendliness
- full deprecation of Bower support (4.0.0 Staging branch #165)
- implementation of standard-version for better releases, tagging, and changelog
- implementation of commitizen to encourage commit messages that standard-version can recognize
- CONTRIBUTING.md guidelines (4.0.0 Staging branch #165)
- new build chain -- fails on current NPM version (fixed in previous releases)
- prepublish script to avoid 3.4.0 mishaps. (fixed in previous releases)
Features
- implement
provideStore
functionality akin to what@angular-redux/store
has (Feature Request: use an already created store. #19)
The rest is TBD.
4.1.0 Milestone
- ES2015 for action (Can't use ES6 classes for actions #136)
- compare prev and next state (compare state and prevState #85)
skortchmark9 and samuelteixeiras