Releases: cloudnc/ngx-observable-lifecycle
Releases · cloudnc/ngx-observable-lifecycle
v3.0.0
3.0.0 (2024-02-04)
Bug Fixes
BREAKING CHANGES
- Make sure to define the ngOnChanges hook on your component if you use the ngOnChanges observable given by the library otherwise it'll throw a runtime error. More info about why here https://stackoverflow.com/a/77930589/2398593
v2.3.1
2.3.1 (2024-02-04)
Bug Fixes
v2.3.0
2.3.0 (2024-02-02)
Features
- make the ngOnChanges value type safe (bff7248)
v2.2.2
2.2.2 (2024-01-31)
Bug Fixes
- CI: upgrade to ubuntu 20.10 (c2a1346)
- Hooks: original ngOnChanges not receiving the SimpleChanges and provide the SimpleChanges to our observable (36eae24)
v2.2.1
2.2.1 (2021-12-23)
Bug Fixes
- Readme: remove broken badge (17fe079)
v2.2.0
2.2.0 (2021-11-19)
Features
- Distribution: BREAKING CHANGE ivy only compilation (b6ac4dc)
v2.1.4
2.1.4 (2021-02-24)
Bug Fixes
- Hooks: Fix corner case where ngOnDestroy is called on prototype not instance (e07b59a)
v2.1.3
2.1.3 (2020-10-24)
Bug Fixes
- CI: Fix codecov step (ca69e25)
- Types: Restructure types for correctness, increase code coverage to 100% (f0dd220)
v2.1.1
2.1.1 (2020-10-23)
Bug Fixes
- CI: Rebuild lib to ensure it is not ivy compiled by the test runner (7082374)
v1.0.1
1.0.1 (2020-05-20)
Bug Fixes
- Lifecycle: Fix multiple instances conflicting on the hooks (8decf73)