Skip to content

Commit 8cb5daa

Browse files
Merge pull request #8 from SethDavenport/chore/rename-v6-publish
Prepare to move the new naming scheme out of beta
2 parents d5f5940 + 141d17d commit 8cb5daa

File tree

2 files changed

+38
-2
lines changed

2 files changed

+38
-2
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

0 commit comments

Comments
 (0)