This repository was archived by the owner on Jul 8, 2021. It is now read-only.
Commit 0e7654d 1 parent 723a500 commit 0e7654d Copy full SHA for 0e7654d
File tree 2 files changed +20
-15
lines changed
2 files changed +20
-15
lines changed Original file line number Diff line number Diff line change 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
2
7
- Fix: Fix publish
3
8
4
- # 2.0.6 - 1/10/17
9
+ # 2.0.6 - 1/10/18
5
10
- Fix: Type issue #13
6
11
7
- # 2.0.5 - 1/9/17
12
+ # 2.0.5 - 1/9/18
8
13
- Fix: Performance Improvements #10
9
14
10
- # 2.0.4 - 1/7/17
15
+ # 2.0.4 - 1/7/18
11
16
- Feature: Memoize Select
12
17
13
- # 2.0.3 - 1/7/17
18
+ # 2.0.3 - 1/7/18
14
19
- Fix: Build tweaks
15
20
16
- # 2.0.2 - 1/7/17
21
+ # 2.0.2 - 1/7/18
17
22
- Chore: Add error handling for select connect
18
23
19
- # 2.0.1 - 1/7/17
24
+ # 2.0.1 - 1/7/18
20
25
- Chore: Better builds
21
26
22
- # 2.0.0 - 1/5/17
27
+ # 2.0.0 - 1/5/18
23
28
- Feature: Implied select name from property name
24
29
- BREAKING: Add module for proper DI of selects
25
30
@@ -52,21 +57,21 @@ export class AppModule {
52
57
}
53
58
```
54
59
55
- # 1.2.0 - 1/3/17
60
+ # 1.2.0 - 1/3/18
56
61
- Feature: Select decorator
57
62
58
- # 1.1.3 - 1/3/17
63
+ # 1.1.3 - 1/3/18
59
64
- Fix: Effects mismatch
60
65
61
- # 1.1.2 - 1/3/17
66
+ # 1.1.2 - 1/3/18
62
67
- Fix: Effects with normal objects
63
68
64
- # 1.1.1 - 1/3/17
69
+ # 1.1.1 - 1/3/18
65
70
- Fix: NPM publish issue
66
71
67
- # 1.1.0 - 1/3/17
72
+ # 1.1.0 - 1/3/18
68
73
- Fix: Seralization
69
74
- Feature: Support multiple actions
70
75
71
- # 1.0.0 - 1/2/17
76
+ # 1.0.0 - 1/2/18
72
77
- Initial Release
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ngrx-actions" ,
3
- "version" : " 2.0.7 " ,
3
+ "version" : " 2.1.0 " ,
4
4
"description" : " Actions and Reducer Utility Library for NGRX" ,
5
5
"main" : " dist/index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments