File tree 2 files changed +12
-19
lines changed
2 files changed +12
-19
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file. See [ standard-version] ( https://github.com/conventional-changelog/standard-version ) for commit guidelines.
4
4
5
- ### [ 0.3.1 ] ( https://github.com/rx-ts/ngrx/compare/v0.3.0...v0.3.1 ) (2019-07-21 )
5
+ ### [ 0.3.2 ] ( https://github.com/rx-ts/ngrx/compare/v0.3.0...v0.3.2 ) (2019-08-09 )
6
6
7
+ ### Features
7
8
8
- ### Bug Fixes
9
+ - no need to wrap retryTimes into Observable ( [ edb8b1b ] ( https://github.com/rx-ts/ngrx/commit/edb8b1b ) )
9
10
10
- * ensure viewRef existence and detectChanges ( [ bfa92cd ] ( https://github.com/rx-ts/ngrx/commit/bfa92cd ) )
11
+ ### [ 0.3.1 ] ( https://github.com/rx-ts/ngrx/compare/v0.3.0...v0.3.1 ) (2019-07-21 )
11
12
13
+ ### Bug Fixes
12
14
15
+ - ensure viewRef existence and detectChanges ([ bfa92cd] ( https://github.com/rx-ts/ngrx/commit/bfa92cd ) )
13
16
14
17
## [ 0.3.0] ( https://github.com/rx-ts/ngrx/compare/v0.2.0...v0.3.0 ) (2019-07-21)
15
18
16
-
17
19
### Bug Fixes
18
20
19
- * dispose last subscription automatically ([ 50bc4a1] ( https://github.com/rx-ts/ngrx/commit/50bc4a1 ) )
20
- * use finalize operator instead of complete handler ([ 573f9c8] ( https://github.com/rx-ts/ngrx/commit/573f9c8 ) )
21
-
21
+ - dispose last subscription automatically ([ 50bc4a1] ( https://github.com/rx-ts/ngrx/commit/50bc4a1 ) )
22
+ - use finalize operator instead of complete handler ([ 573f9c8] ( https://github.com/rx-ts/ngrx/commit/573f9c8 ) )
22
23
23
24
### Features
24
25
25
- * add support of retry on error ([ 3380c1c] ( https://github.com/rx-ts/ngrx/commit/3380c1c ) )
26
-
27
-
26
+ - add support of retry on error ([ 3380c1c] ( https://github.com/rx-ts/ngrx/commit/3380c1c ) )
28
27
29
28
## [ 0.2.0] ( https://github.com/rx-ts/ngrx/compare/v0.1.1...v0.2.0 ) (2019-07-20)
30
29
31
-
32
30
### Features
33
31
34
- * add rxAsync directive ([ dca6939] ( https://github.com/rx-ts/ngrx/commit/dca6939 ) )
35
-
36
-
32
+ - add rxAsync directive ([ dca6939] ( https://github.com/rx-ts/ngrx/commit/dca6939 ) )
37
33
38
34
### [ 0.1.1] ( https://github.com/rx-ts/ngrx/compare/v0.1.0...v0.1.1 ) (2019-07-18)
39
35
40
-
41
36
### Bug Fixes
42
37
43
- * improve build config and tree shaking ([ ce97050] ( https://github.com/rx-ts/ngrx/commit/ce97050 ) )
44
-
45
-
38
+ - improve build config and tree shaking ([ ce97050] ( https://github.com/rx-ts/ngrx/commit/ce97050 ) )
46
39
47
40
## 0.1.0 (2019-07-18)
48
41
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rxts/ngrx" ,
3
- "version" : " 0.0.0 " ,
3
+ "version" : " 0.3.2 " ,
4
4
"description" : " 🎉 Angular + RxJS + TypeScript = 🔥" ,
5
5
"repository" :
" [email protected] :rx-ts/ngrx.git" ,
6
6
"author" :
" JounQin <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments