Releases: cloudnc/ngx-observable-lifecycle
Releases · cloudnc/ngx-observable-lifecycle
v3.0.0
04 Feb 10:31
Compare
Sorry, something went wrong.
No results found
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
04 Feb 08:56
Compare
Sorry, something went wrong.
No results found
2.3.1 (2024-02-04)
Bug Fixes
v2.3.0
02 Feb 10:27
Compare
Sorry, something went wrong.
No results found
2.3.0 (2024-02-02)
Features
make the ngOnChanges value type safe (bff7248 )
v2.2.2
31 Jan 20:32
Compare
Sorry, something went wrong.
No results found
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
23 Dec 00:01
Compare
Sorry, something went wrong.
No results found
2.2.1 (2021-12-23)
Bug Fixes
Readme: remove broken badge (17fe079 )
v2.2.0
19 Nov 08:15
Compare
Sorry, something went wrong.
No results found
2.2.0 (2021-11-19)
Features
Distribution: BREAKING CHANGE ivy only compilation (b6ac4dc )
v2.1.4
24 Feb 23:14
Compare
Sorry, something went wrong.
No results found
2.1.4 (2021-02-24)
Bug Fixes
Hooks: Fix corner case where ngOnDestroy is called on prototype not instance (e07b59a )
v2.1.3
24 Oct 15:16
Compare
Sorry, something went wrong.
No results found
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
23 Oct 11:33
Compare
Sorry, something went wrong.
No results found
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
20 May 21:39
Compare
Sorry, something went wrong.
No results found
1.0.1 (2020-05-20)
Bug Fixes
Lifecycle: Fix multiple instances conflicting on the hooks (8decf73 )