File tree Expand file tree Collapse file tree 2 files changed +38
-2
lines changed
Expand file tree Collapse file tree 2 files changed +38
-2
lines changed Original file line number Diff line number Diff line change 1+ # 6.0.0 - The big-rename.
2+
3+ Due to the impending release of Angular4, the name 'ng2-redux' no longer makes
4+ a ton of sense. The Angular folks have moved to a model where all versions are
5+ just called 'Angular', and we should match that.
6+
7+ After discussion with the other maintainers, we decided that since we have to
8+ rename things anyway, this is a good opportunity to collect ng2-redux and its
9+ related libraries into a set of scoped packages. This will allow us to grow
10+ the feature set in a coherent but decoupled way.
11+
12+ As of v6, the following packages are deprecated:
13+
14+ * ng2-redux
15+ * ng2-redux-router
16+ * ng2-redux-form
17+
18+ Those packages will still be available on npm for as long as they are being used.
19+
20+ However we have published the same code under a new package naming scheme:
21+
22+ * @angular-redux/store (formerly ng2-redux)
23+ * @angular-redux/router (formerly ng2-redux-router)
24+ * @angular-redux/form (formerly ng2-redux-form).
25+
26+ We have also decided that it's easier to reason about things if these packages
27+ align at least on major versions. So everything has at this point been bumped
28+ to 6.0.0.
29+
30+ # Breaking changes
31+
32+ Apart from the rename, the following API changes are noted:
33+
34+ * @angular-redux/store : none.
35+ * @angular-redux/router : none.
36+ * @angular-redux/form : ` NgReduxForms ` renamed to ` NgReduxFormModule ` for consistency.
Original file line number Diff line number Diff line change 11{
22 "name" : " @angular-redux/form" ,
3- "version" : " 5.1.0-beta.1 " ,
4- "description" : " Build Angular 2 forms with Redux" ,
3+ "version" : " 6.0.0 " ,
4+ "description" : " Build Angular2+ forms with Redux" ,
55 "devDependencies" : {
66 "@angular/common" : " ^2.4.2" ,
77 "@angular/compiler" : " ^2.4.2" ,
You can’t perform that action at this time.
0 commit comments