Skip to content

Commit d8d4a52

Browse files
authored
feat: generate changelog (#124)
1 parent fd4bc41 commit d8d4a52

File tree

3 files changed

+1028
-52
lines changed

3 files changed

+1028
-52
lines changed

CHANGELOG.md

Lines changed: 138 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,138 @@
1+
# [0.0.0](https://github.com/ngneat/until-destroy/compare/v8.0.1...v0.0.0) (2020-08-23)
2+
3+
## [8.0.1](https://github.com/ngneat/until-destroy/compare/v8.0.0...v8.0.1) (2020-07-29)
4+
5+
### Bug Fixes
6+
7+
- require a specific Angular version ([fd4bc41
8+
](https://github.com/ngneat/until-destroy/commit/fd4bc413d78452986e3e015feaeae9792c922c4e))
9+
10+
# [8.0.0](https://github.com/ngneat/until-destroy/compare/v7.3.2...v8.0.0) (2020-07-27)
11+
12+
### Bug Fixes
13+
14+
- **migration:** add line break before UntilDestroy decorator ([#114](https://github.com/ngneat/until-destroy/issues/114)) ([4fc708a](https://github.com/ngneat/until-destroy/commit/4fc708a12e192f352ccdbbd893e6e40b42a3419a))
15+
16+
### Features
17+
18+
- make compatible with Angular 10 ([#119](https://github.com/ngneat/until-destroy/issues/119)) ([e4fdabe](https://github.com/ngneat/until-destroy/commit/e4fdabeee9aaf2e89d6f4bca6df21afe63b1db29))
19+
20+
## [7.3.2](https://github.com/ngneat/until-destroy/compare/v7.3.0...v7.3.2) (2020-07-09)
21+
22+
### Bug Fixes
23+
24+
- **lib:** refactor bin property ([#110](https://github.com/ngneat/until-destroy/issues/110)) ([69e356e](https://github.com/ngneat/until-destroy/commit/69e356e43112c99d9aa2a441d1617c779b240d52))
25+
- **migration:** add base ([9371474](https://github.com/ngneat/until-destroy/commit/93714743509f438effcb5af432c7c218c4174960))
26+
27+
# [7.3.0](https://github.com/ngneat/until-destroy/compare/v7.2.0...v7.3.0) (2020-06-23)
28+
29+
### Features
30+
31+
- **migration:** empty OnDestroy method removing ([#104](https://github.com/ngneat/until-destroy/issues/104)) ([a869280](https://github.com/ngneat/until-destroy/commit/a869280d144b1cd93e3e7b97d9e8ee733d5a3afb))
32+
33+
# [7.2.0](https://github.com/ngneat/until-destroy/compare/v7.1.6...v7.2.0) (2020-05-31)
34+
35+
### Features
36+
37+
- support impure pipes ([#101](https://github.com/ngneat/until-destroy/issues/101)) ([83ab111](https://github.com/ngneat/until-destroy/commit/83ab1110aa598494543ff825e2cbf7f00adf4bb3))
38+
39+
## [7.1.6](https://github.com/ngneat/until-destroy/compare/v7.1.5...v7.1.6) (2020-04-16)
40+
41+
### Bug Fixes
42+
43+
- override definition property for asynchronously compiled com… ([#79](https://github.com/ngneat/until-destroy/issues/79)) ([8ec6cfb](https://github.com/ngneat/until-destroy/commit/8ec6cfbb17058d9b79f74d5d0baacd2f217836c3))
44+
45+
## [7.1.5](https://github.com/ngneat/until-destroy/compare/v7.1.4...v7.1.5) (2020-03-30)
46+
47+
### Bug Fixes
48+
49+
- create different subjects when `destroyMethodName` is provided ([#70](https://github.com/ngneat/until-destroy/issues/70)) ([0e9ffb7](https://github.com/ngneat/until-destroy/commit/0e9ffb76321da6dad9261c14c8393b5acd829405))
50+
51+
## [7.1.4](https://github.com/ngneat/until-destroy/compare/v7.1.3...v7.1.4) (2020-03-30)
52+
53+
### Bug Fixes
54+
55+
- re-order definition getters to allow class inheritance ([#69](https://github.com/ngneat/until-destroy/issues/69)) ([336bfb4](https://github.com/ngneat/until-destroy/commit/336bfb443e5f75e281b4232664c8408af10c17de))
56+
57+
## [7.1.3](https://github.com/ngneat/until-destroy/compare/v7.1.2...v7.1.3) (2020-03-29)
58+
59+
## [7.1.2](https://github.com/ngneat/until-destroy/compare/v7.1.1...v7.1.2) (2020-03-29)
60+
61+
### Bug Fixes
62+
63+
- re-assign original method back to be able to re-use in the f… ([#67](https://github.com/ngneat/until-destroy/issues/67)) ([909f82d](https://github.com/ngneat/until-destroy/commit/909f82d564b05c8c24b520bfba429c8af4b75fd9))
64+
65+
## [7.1.1](https://github.com/ngneat/until-destroy/compare/v7.1.0...v7.1.1) (2020-02-13)
66+
67+
### Features
68+
69+
- **lib:** update to v9 lastest ([99c2c19](https://github.com/ngneat/until-destroy/commit/99c2c19d38777e2ebd32646e9b96400d557a31d5))
70+
71+
# [7.1.0](https://github.com/ngneat/until-destroy/compare/v7.0.0...v7.1.0) (2019-11-30)
72+
73+
### Features
74+
75+
- support `UntilDestroy` for providers ([#47](https://github.com/ngneat/until-destroy/issues/47)) ([075bc80](https://github.com/ngneat/until-destroy/commit/075bc80fc10d9cfa33b2b739df9fe367068d56c3))
76+
77+
# [7.0.0](https://github.com/ngneat/until-destroy/compare/5.3.0...v7.0.0) (2019-10-19)
78+
79+
### Bug Fixes
80+
81+
- **decorator:** use component instance instead of prototype ([209ef22](https://github.com/ngneat/until-destroy/commit/209ef22c5d189a0ceea8afc95218ffc68ff9fde4))
82+
- **lib:** remove decorator ([9867ca4](https://github.com/ngneat/until-destroy/commit/9867ca4af01ecc065b35bbbb61430b1fce4efaae))
83+
- add "ɵ" prefix to definition properties ([#40](https://github.com/ngneat/until-destroy/issues/40)) ([3662635](https://github.com/ngneat/until-destroy/commit/3662635624edb6ef0441afe626d993d13dd706ff))
84+
85+
### Features
86+
87+
- **lib:** add migration script ([77cecfc](https://github.com/ngneat/until-destroy/commit/77cecfcc5e2d9e7c8e3452fa8dedff7166907275))
88+
- make operator compatible with Ivy renderer ([#37](https://github.com/ngneat/until-destroy/issues/37)) ([46d56b3](https://github.com/ngneat/until-destroy/commit/46d56b36f2db1f6151bcf2b6646abd65b4f82e13))
89+
90+
# [5.3.0](https://github.com/ngneat/until-destroy/compare/5.0.0...5.3.0) (2019-01-10)
91+
92+
### Bug Fixes
93+
94+
- **decorator:** export with proper name ([607a7f7](https://github.com/ngneat/until-destroy/commit/607a7f7a71afde986152df3079fa2870635f93f1))
95+
- **decorator:** implementation ([423a896](https://github.com/ngneat/until-destroy/commit/423a8966a3f5aecb6636e63a41df1ba5c51a0d9c))
96+
97+
### Features
98+
99+
- **decorator:** add @AutoUnsubscribe property decorator ([08c48c6](https://github.com/ngneat/until-destroy/commit/08c48c69072c36630422a929c7416e1d1c9d1bfd))
100+
- **decorator:** export AutoUnsubscribe as public API ([fe8295c](https://github.com/ngneat/until-destroy/commit/fe8295c659b1aaee2ad72321dbc92b9279fe36a7))
101+
- **lib:** drop support for decorator ([47c5580](https://github.com/ngneat/until-destroy/commit/47c5580079bef3d245708d17b900a9cd5cae4a47))
102+
- **lib:** switch build to ng-packger and override func only once ([e3a6732](https://github.com/ngneat/until-destroy/commit/e3a6732f0b70533cfa0f36e627ba9cf3bbafa42c))
103+
- **lib:** throw an error if ngOnDestroy not present ([a383f8f](https://github.com/ngneat/until-destroy/commit/a383f8fdb641ca319d5f80ebbaea7143bc929144))
104+
- **rx:** upgrade to rx6 ([125c3f7](https://github.com/ngneat/until-destroy/commit/125c3f744174d3f4d8431402e36da4cefb5266c5))
105+
- **rx:** upgrade to rx6 ([726b175](https://github.com/ngneat/until-destroy/commit/726b175e09bf3799d30781eac93a8b67e1ffcebe))
106+
107+
# [5.0.0](https://github.com/ngneat/until-destroy/compare/4.0.0...5.0.0) (2018-09-18)
108+
109+
### Bug Fixes
110+
111+
- **lib:** remove console log ([05e48f7](https://github.com/ngneat/until-destroy/commit/05e48f7f158d8c61c6c07837d9eb5a01d4981229))
112+
- **lib:** support multiple observables ([dd2e33b](https://github.com/ngneat/until-destroy/commit/dd2e33b48c343ae4b815b49fbe6414eeba6e2bca))
113+
- **lib:** support multiple observables ([e801ed5](https://github.com/ngneat/until-destroy/commit/e801ed5f0a114514fe792df987070947bd1c7a48))
114+
115+
### Features
116+
117+
- **core:** revert support decorator ([bbd37c4](https://github.com/ngneat/until-destroy/commit/bbd37c4601471c26dc5fa5dcec9e6d6448b2d96d))
118+
- **lib:** drop support for decorator ([2b96eb9](https://github.com/ngneat/until-destroy/commit/2b96eb989e7725ef9243f3aad45bf88c5a18e7c1))
119+
120+
# [4.0.0](https://github.com/ngneat/until-destroy/compare/3.0.0...4.0.0) (2018-08-20)
121+
122+
### Features
123+
124+
- **core:** remove decorator and support for older rx versions ([6827f04](https://github.com/ngneat/until-destroy/commit/6827f048ab135342b93b1f119509dde011e6b61e))
125+
- **core:** remove decorator and support for older rx versions ([b994c36](https://github.com/ngneat/until-destroy/commit/b994c36c2e69746085a6a8f0c8c3090417c7c24c))
126+
- **core:** remove decorator and support for older rx versions ([042cda8](https://github.com/ngneat/until-destroy/commit/042cda8ed7abc9b7fad7c60a5929b7a30cc48142))
127+
- **upgrade:** upgrade rx6 ([1db947e](https://github.com/ngneat/until-destroy/commit/1db947ee585a07763b8243dd952e9ca2585b821a))
128+
- **upgrade:** upgrade rx6 ([d4fffdb](https://github.com/ngneat/until-destroy/commit/d4fffdbfe71cdeb58f3863ddd78c8c3e4b5f4d1c))
129+
130+
# [2.2.0](https://github.com/ngneat/until-destroy/compare/2.1.0...2.2.0) (2018-03-19)
131+
132+
### Features
133+
134+
- create `untilDestroyed` pipeable operator ([ffc98ea](https://github.com/ngneat/until-destroy/commit/ffc98eadd935ab72fd96f3e94e613cc231426792))
135+
136+
# [2.1.0](https://github.com/ngneat/until-destroy/compare/2.0.0...2.1.0) (2018-01-11)
137+
138+
# 2.0.0 (2018-01-10)

0 commit comments

Comments
 (0)