- support non-experimental decorators (5a5bd66)
- check if
ngDevMode
is defined (b344f46)
- do not run checker in unit tests (fa675cb)
- do not use RxJS scheduler since this may flush the queue within the root zone (03d2604)
- add subject unsubscribed checker (39cf2f4)
- do not import operators from
rxjs
(90afb61)
- add subject unsubscribed checker (93199cf)
9.0.2 (2022-04-09)
- upgrade minimist to
1.2.6
to resolve the prototype pollution bug (96dd7ae)
9.0.1 (2022-03-24)
- respect both
checkProperties
andarrayName
options (d5d6495)
9.0.0 (2020-11-22)
- upgrade to Angular 13 (d4bc2a0)
8.1.4 (2021-08-25)
- unsubscribe only from actual subscriptions (56914f2)
8.1.3 (2021-08-19)
- fix peer dependency mistake (827d20b)
8.1.2 (2021-08-19)
- support RxJS@7 (461face)
8.1.1 (2021-07-06)
- use the
package
builder exceptng-packagr-lite
(8251a28)
8.1.0 (2021-07-05)
- split migration script into a separate library
@ngneat/until-destroy-migration
(de0397c)
8.0.4 (2021-02-23)
- use
ngDevMode
to tree-shake errors (066db5e)
8.0.3 (2020-10-17)
- switch to
standard-version
(f03793a)
8.0.2 (2020-08-27)
- generate changelog (d8d4a52)
8.0.1 (2020-07-29)
- require a specific Angular version (fd4bc41)
8.0.0 (2020-07-27)
7.3.2 (2020-07-09)
7.3.0 (2020-06-23)
7.2.0 (2020-05-31)
7.1.6 (2020-04-16)
7.1.5 (2020-03-30)
7.1.4 (2020-03-30)
7.1.3 (2020-03-29)
7.1.2 (2020-03-29)
7.1.1 (2020-02-13)
- lib: update to v9 lastest (99c2c19)
7.1.0 (2019-11-30)
7.0.0 (2019-10-19)
- decorator: use component instance instead of prototype (209ef22)
- lib: remove decorator (9867ca4)
- add "ɵ" prefix to definition properties (#40) (3662635)
5.3.0 (2019-01-10)
- 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)
- lib: remove console log (05e48f7)
- lib: support multiple observables (dd2e33b)
- lib: support multiple observables (e801ed5)
4.0.0 (2018-08-20)
- 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)
- create
untilDestroyed
pipeable operator (ffc98ea)