Skip to content

Releases: cloudnc/ngx-observable-lifecycle

v3.0.0

04 Feb 10:31
dc3aaff
Compare
Choose a tag to compare

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
cf2c6da
Compare
Choose a tag to compare

2.3.1 (2024-02-04)

Bug Fixes

v2.3.0

02 Feb 10:27
1e90976
Compare
Choose a tag to compare

2.3.0 (2024-02-02)

Features

  • make the ngOnChanges value type safe (bff7248)

v2.2.2

31 Jan 20:32
2502a34
Compare
Choose a tag to compare

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
17fe079
Compare
Choose a tag to compare

2.2.1 (2021-12-23)

Bug Fixes

  • Readme: remove broken badge (17fe079)

v2.2.0

19 Nov 08:15
c0d09e1
Compare
Choose a tag to compare

2.2.0 (2021-11-19)

Features

  • Distribution: BREAKING CHANGE ivy only compilation (b6ac4dc)

v2.1.4

24 Feb 23:14
16ef260
Compare
Choose a tag to compare

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
ac9abb7
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

1.0.1 (2020-05-20)

Bug Fixes

  • Lifecycle: Fix multiple instances conflicting on the hooks (8decf73)