|
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 |
|
|
0 commit comments