Skip to content
This repository was archived by the owner on Jul 8, 2021. It is now read-only.

Commit 0e7654d

Browse files
committed
release
1 parent 723a500 commit 0e7654d

File tree

2 files changed

+20
-15
lines changed

2 files changed

+20
-15
lines changed

CHANGELOG.md

+19-14
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,30 @@
1-
# 2.0.7 - 1/10/17
1+
# 2.1.0 - 1/14/18
2+
- Feature: Add support for memoized selectors in `@Select` decorator
3+
- Feature: add support for `@Select('a', 'b', 'c')` in `@Select` decorator
4+
- Fix: Performance improvement on `@Select('a.b.a)` #14
5+
6+
# 2.0.7 - 1/10/18
27
- Fix: Fix publish
38

4-
# 2.0.6 - 1/10/17
9+
# 2.0.6 - 1/10/18
510
- Fix: Type issue #13
611

7-
# 2.0.5 - 1/9/17
12+
# 2.0.5 - 1/9/18
813
- Fix: Performance Improvements #10
914

10-
# 2.0.4 - 1/7/17
15+
# 2.0.4 - 1/7/18
1116
- Feature: Memoize Select
1217

13-
# 2.0.3 - 1/7/17
18+
# 2.0.3 - 1/7/18
1419
- Fix: Build tweaks
1520

16-
# 2.0.2 - 1/7/17
21+
# 2.0.2 - 1/7/18
1722
- Chore: Add error handling for select connect
1823

19-
# 2.0.1 - 1/7/17
24+
# 2.0.1 - 1/7/18
2025
- Chore: Better builds
2126

22-
# 2.0.0 - 1/5/17
27+
# 2.0.0 - 1/5/18
2328
- Feature: Implied select name from property name
2429
- BREAKING: Add module for proper DI of selects
2530

@@ -52,21 +57,21 @@ export class AppModule {
5257
}
5358
```
5459

55-
# 1.2.0 - 1/3/17
60+
# 1.2.0 - 1/3/18
5661
- Feature: Select decorator
5762

58-
# 1.1.3 - 1/3/17
63+
# 1.1.3 - 1/3/18
5964
- Fix: Effects mismatch
6065

61-
# 1.1.2 - 1/3/17
66+
# 1.1.2 - 1/3/18
6267
- Fix: Effects with normal objects
6368

64-
# 1.1.1 - 1/3/17
69+
# 1.1.1 - 1/3/18
6570
- Fix: NPM publish issue
6671

67-
# 1.1.0 - 1/3/17
72+
# 1.1.0 - 1/3/18
6873
- Fix: Seralization
6974
- Feature: Support multiple actions
7075

71-
# 1.0.0 - 1/2/17
76+
# 1.0.0 - 1/2/18
7277
- Initial Release

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngrx-actions",
3-
"version": "2.0.7",
3+
"version": "2.1.0",
44
"description": "Actions and Reducer Utility Library for NGRX",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)