|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 2.0.3 |
| 4 | + |
| 5 | +### Patch Changes |
| 6 | + |
| 7 | +- [#118](https://github.com/rx-ts/babel-preset-proposal-typescript/pull/118) [`9330176`](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/93301762311301ed0d86a5153d48a008aa3d5a45) Thanks [@JounQin](https://github.com/JounQin)! - refactor: remove unused optional-chaining plugin |
| 8 | + |
3 | 9 | All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. |
4 | 10 |
|
5 | 11 | ## [2.0.0](https://github.com/rx-ts/babel-preset-proposal-typescript/compare/v1.5.0...v2.0.0) (2021-01-26) |
6 | 12 |
|
7 | | - |
8 | 13 | ### ⚠ BREAKING CHANGES |
9 | 14 |
|
10 | | -* bump babel and typescript, add two proposals |
| 15 | +- bump babel and typescript, add two proposals |
11 | 16 |
|
12 | 17 | ### Features |
13 | 18 |
|
14 | | -* bump babel and typescript, add two proposals ([3f18e81](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/3f18e811bc81941b9d8f5285636d44c123fb0afa)) |
| 19 | +- bump babel and typescript, add two proposals ([3f18e81](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/3f18e811bc81941b9d8f5285636d44c123fb0afa)) |
15 | 20 |
|
16 | 21 | ## [1.5.0](https://github.com/rx-ts/babel-preset-proposal-typescript/compare/v1.4.6...v1.5.0) (2019-11-10) |
17 | 22 |
|
18 | | - |
19 | 23 | ### Features |
20 | 24 |
|
21 | | -* drop nullish-coalescing-operator and optional-chaining in favor of typescript 3.7.0 ([0fe0093](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/0fe0093e22c60c8a04846e643c8998ff5c28fc29)) |
| 25 | +- drop nullish-coalescing-operator and optional-chaining in favor of typescript 3.7.0 ([0fe0093](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/0fe0093e22c60c8a04846e643c8998ff5c28fc29)) |
22 | 26 |
|
23 | 27 | ### [1.4.6](https://github.com/rx-ts/babel-preset-proposal-typescript/compare/v1.4.5...v1.4.6) (2019-11-10) |
24 | 28 |
|
25 | | - |
26 | 29 | ### Features |
27 | 30 |
|
28 | | -* better TypeScript support ([66f65c5](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/66f65c51bec7d4c67eb1d3f65438a831b2dfe67d)) |
29 | | - |
| 31 | +- better TypeScript support ([66f65c5](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/66f65c51bec7d4c67eb1d3f65438a831b2dfe67d)) |
30 | 32 |
|
31 | 33 | ### Bug Fixes |
32 | 34 |
|
33 | | -* lock rollup-plugin-url@^2.2.4 for node 8 ([d0b7bae](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/d0b7baead76b14384326ad72acf1ee1e51409940)) |
| 35 | +- lock rollup-plugin-url@^2.2.4 for node 8 ([d0b7bae](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/d0b7baead76b14384326ad72acf1ee1e51409940)) |
34 | 36 |
|
35 | 37 | ### [1.4.5](https://github.com/rx-ts/babel-preset-proposal-typescript/compare/v1.4.4...v1.4.5) (2019-10-09) |
36 | 38 |
|
37 | 39 | ### [1.4.4](https://github.com/rx-ts/babel-preset-proposal-typescript/compare/v1.4.3...v1.4.4) (2019-10-09) |
38 | 40 |
|
39 | | - |
40 | 41 | ### Bug Fixes |
41 | 42 |
|
42 | | -* check typeof decoratorsBeforeExport ([336dc46](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/336dc4613f188b7a3250ab33acc3bbbddf82f996)) |
| 43 | +- check typeof decoratorsBeforeExport ([336dc46](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/336dc4613f188b7a3250ab33acc3bbbddf82f996)) |
43 | 44 |
|
44 | 45 | ### [1.4.3](https://github.com/rx-ts/babel-preset-proposal-typescript/compare/v1.4.2...v1.4.3) (2019-10-09) |
45 | 46 |
|
46 | | - |
47 | 47 | ### Bug Fixes |
48 | 48 |
|
49 | | -* add decoratorsBeforeExport options for decorators ([1b84269](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/1b84269d54bbf72b10322d2c07155ea8b128a546)) |
| 49 | +- add decoratorsBeforeExport options for decorators ([1b84269](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/1b84269d54bbf72b10322d2c07155ea8b128a546)) |
50 | 50 |
|
51 | 51 | ### [1.4.2](https://github.com/rx-ts/babel-preset-proposal-typescript/compare/v1.4.1...v1.4.2) (2019-10-09) |
52 | 52 |
|
53 | | - |
54 | 53 | ### Bug Fixes |
55 | 54 |
|
56 | | -* compatible with decorators + class properties ([11f7ec4](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/11f7ec4cf72e7ba63705cc0d3b297b04ff1a28ec)) |
| 55 | +- compatible with decorators + class properties ([11f7ec4](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/11f7ec4cf72e7ba63705cc0d3b297b04ff1a28ec)) |
57 | 56 |
|
58 | 57 | ### [1.4.1](https://github.com/rx-ts/babel-preset-proposal-typescript/compare/v1.4.0...v1.4.1) (2019-09-09) |
59 | 58 |
|
60 | | - |
61 | 59 | ### Bug Fixes |
62 | 60 |
|
63 | | -* **test:** code coverage issue, remove unnecessary tempy dep ([71b6765](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/71b6765)) |
| 61 | +- **test:** code coverage issue, remove unnecessary tempy dep ([71b6765](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/71b6765)) |
64 | 62 |
|
65 | 63 | ## [1.4.0](https://github.com/rx-ts/babel-preset-proposal-typescript/compare/v1.3.0...v1.4.0) (2019-09-07) |
66 | 64 |
|
67 | | - |
68 | 65 | ### Bug Fixes |
69 | 66 |
|
70 | | -* **deps:** bump babel which supports private static accessors ([eb1880d](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/eb1880d)) |
71 | | - |
| 67 | +- **deps:** bump babel which supports private static accessors ([eb1880d](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/eb1880d)) |
72 | 68 |
|
73 | 69 | ### Features |
74 | 70 |
|
75 | | -* enable v8intrinsic plugin ([7f83401](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/7f83401)) |
| 71 | +- enable v8intrinsic plugin ([7f83401](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/7f83401)) |
76 | 72 |
|
77 | 73 | ## [1.3.0](https://github.com/rx-ts/babel-preset-proposal-typescript/compare/v1.2.6...v1.3.0) (2019-09-03) |
78 | 74 |
|
79 | | - |
80 | 75 | ### Features |
81 | 76 |
|
82 | | -* add cjs/esm/es2015 bundle via @1stg/rollup-config ([93e4786](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/93e4786)) |
| 77 | +- add cjs/esm/es2015 bundle via @1stg/rollup-config ([93e4786](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/93e4786)) |
83 | 78 |
|
84 | 79 | ### [1.2.6](https://github.com/JounQin/babel-preset-proposal-typescript/compare/v1.2.5...v1.2.6) (2019-08-20) |
85 | 80 |
|
86 | | - |
87 | 81 | ### Bug Fixes |
88 | 82 |
|
89 | | -* incorrect type of overrides ([d86062a](https://github.com/JounQin/babel-preset-proposal-typescript/commit/d86062a)) |
| 83 | +- incorrect type of overrides ([d86062a](https://github.com/JounQin/babel-preset-proposal-typescript/commit/d86062a)) |
90 | 84 |
|
91 | 85 | ### [1.2.5](https://github.com/JounQin/babel-preset-proposal-typescript/compare/v1.2.4...v1.2.5) (2019-08-20) |
92 | 86 |
|
93 | | - |
94 | 87 | ### Features |
95 | 88 |
|
96 | | -* add back option `isTSX` ([978fa86](https://github.com/JounQin/babel-preset-proposal-typescript/commit/978fa86)) |
| 89 | +- add back option `isTSX` ([978fa86](https://github.com/JounQin/babel-preset-proposal-typescript/commit/978fa86)) |
97 | 90 |
|
98 | 91 | ### [1.2.4](https://github.com/JounQin/babel-preset-proposal-typescript/compare/v1.2.3...v1.2.4) (2019-08-18) |
99 | 92 |
|
100 | 93 | ### [1.2.3](https://github.com/JounQin/babel-preset-proposal-typescript/compare/v1.2.2...v1.2.3) (2019-08-18) |
101 | 94 |
|
102 | | - |
103 | 95 | ### Bug Fixes |
104 | 96 |
|
105 | | -* determine jsx/tsx automatically ([56a08a2](https://github.com/JounQin/babel-preset-proposal-typescript/commit/56a08a2)) |
| 97 | +- determine jsx/tsx automatically ([56a08a2](https://github.com/JounQin/babel-preset-proposal-typescript/commit/56a08a2)) |
106 | 98 |
|
107 | 99 | ### [1.2.2](https://github.com/JounQin/babel-preset-proposal-typescript/compare/v1.2.1...v1.2.2) (2019-08-18) |
108 | 100 |
|
109 | | - |
110 | 101 | ### Features |
111 | 102 |
|
112 | | -* add options support, import documentation ([e2c2064](https://github.com/JounQin/babel-preset-proposal-typescript/commit/e2c2064)) |
| 103 | +- add options support, import documentation ([e2c2064](https://github.com/JounQin/babel-preset-proposal-typescript/commit/e2c2064)) |
113 | 104 |
|
114 | 105 | ### [1.2.1](https://github.com/JounQin/babel-preset-proposal-typescript/compare/v1.2.0...v1.2.1) (2019-08-18) |
115 | 106 |
|
116 | | - |
117 | 107 | ### Bug Fixes |
118 | 108 |
|
119 | | -* babel plugins should be dependencies ([1ca379c](https://github.com/JounQin/babel-preset-proposal-typescript/commit/1ca379c)) |
| 109 | +- babel plugins should be dependencies ([1ca379c](https://github.com/JounQin/babel-preset-proposal-typescript/commit/1ca379c)) |
120 | 110 |
|
121 | 111 | ## [1.2.0](https://github.com/JounQin/babel-preset-proposal-typescript/compare/v1.1.0...v1.2.0) (2019-08-17) |
122 | 112 |
|
123 | | - |
124 | 113 | ### Features |
125 | 114 |
|
126 | | -* add latested proposal plugins ([a7f09da](https://github.com/JounQin/babel-preset-proposal-typescript/commit/a7f09da)) |
| 115 | +- add latested proposal plugins ([a7f09da](https://github.com/JounQin/babel-preset-proposal-typescript/commit/a7f09da)) |
127 | 116 |
|
128 | 117 | ## 1.1.0 (2019-08-17) |
0 commit comments