Skip to content

Latest commit

 

History

History
243 lines (131 loc) · 12.3 KB

CHANGELOG.md

File metadata and controls

243 lines (131 loc) · 12.3 KB

Bug Fixes

  • support non-experimental decorators (5a5bd66)

Bug Fixes

  • check if ngDevMode is defined (b344f46)

Bug Fixes

  • do not run checker in unit tests (fa675cb)

Bug Fixes

  • do not use RxJS scheduler since this may flush the queue within the root zone (03d2604)

Features

  • add subject unsubscribed checker (39cf2f4)

Bug Fixes

  • do not import operators from rxjs (90afb61)
  • add subject unsubscribed checker (93199cf)

Features

9.0.2 (2022-04-09)

Bug Fixes

  • upgrade minimist to 1.2.6 to resolve the prototype pollution bug (96dd7ae)

9.0.1 (2022-03-24)

Bug Fixes

  • respect both checkProperties and arrayName options (d5d6495)

9.0.0 (2020-11-22)

Features

8.1.4 (2021-08-25)

Bug Fixes

  • unsubscribe only from actual subscriptions (56914f2)

8.1.3 (2021-08-19)

chore

  • fix peer dependency mistake (827d20b)

8.1.2 (2021-08-19)

chore

8.1.1 (2021-07-06)

Bug Fixes

  • use the package builder except ng-packagr-lite (8251a28)

8.1.0 (2021-07-05)

Features

  • split migration script into a separate library @ngneat/until-destroy-migration (de0397c)

8.0.4 (2021-02-23)

Performance

  • use ngDevMode to tree-shake errors (066db5e)

8.0.3 (2020-10-17)

chore

  • switch to standard-version (f03793a)

8.0.2 (2020-08-27)

Features

8.0.1 (2020-07-29)

Bug Fixes

  • require a specific Angular version (fd4bc41)

8.0.0 (2020-07-27)

Bug Fixes

  • migration: add line break before UntilDestroy decorator (#114) (4fc708a)

Features

7.3.2 (2020-07-09)

Bug Fixes

7.3.0 (2020-06-23)

Features

  • migration: empty OnDestroy method removing (#104) (a869280)

7.2.0 (2020-05-31)

Features

7.1.6 (2020-04-16)

Bug Fixes

  • override definition property for asynchronously compiled com… (#79) (8ec6cfb)

7.1.5 (2020-03-30)

Bug Fixes

  • create different subjects when destroyMethodName is provided (#70) (0e9ffb7)

7.1.4 (2020-03-30)

Bug Fixes

  • re-order definition getters to allow class inheritance (#69) (336bfb4)

7.1.3 (2020-03-29)

7.1.2 (2020-03-29)

Bug Fixes

  • re-assign original method back to be able to re-use in the f… (#67) (909f82d)

7.1.1 (2020-02-13)

Features

  • lib: update to v9 lastest (99c2c19)

7.1.0 (2019-11-30)

Features

  • support UntilDestroy for providers (#47) (075bc80)

7.0.0 (2019-10-19)

Bug Fixes

  • decorator: use component instance instead of prototype (209ef22)
  • lib: remove decorator (9867ca4)
  • add "ɵ" prefix to definition properties (#40) (3662635)

Features

  • lib: add migration script (77cecfc)
  • make operator compatible with Ivy renderer (#37) (46d56b3)

5.3.0 (2019-01-10)

Bug Fixes

  • decorator: export with proper name (607a7f7)
  • decorator: implementation (423a896)

Features

  • decorator: add @AutoUnsubscribe property decorator (08c48c6)
  • decorator: export AutoUnsubscribe as public API (fe8295c)
  • lib: drop support for decorator (47c5580)
  • lib: switch build to ng-packger and override func only once (e3a6732)
  • lib: throw an error if ngOnDestroy not present (a383f8f)
  • rx: upgrade to rx6 (125c3f7)
  • rx: upgrade to rx6 (726b175)

5.0.0 (2018-09-18)

Bug Fixes

  • lib: remove console log (05e48f7)
  • lib: support multiple observables (dd2e33b)
  • lib: support multiple observables (e801ed5)

Features

  • core: revert support decorator (bbd37c4)
  • lib: drop support for decorator (2b96eb9)

4.0.0 (2018-08-20)

Features

  • core: remove decorator and support for older rx versions (6827f04)
  • core: remove decorator and support for older rx versions (b994c36)
  • core: remove decorator and support for older rx versions (042cda8)
  • upgrade: upgrade rx6 (1db947e)
  • upgrade: upgrade rx6 (d4fffdb)

2.2.0 (2018-03-19)

Features

  • create untilDestroyed pipeable operator (ffc98ea)

2.1.0 (2018-01-11)

2.0.0 (2018-01-10)