1 | # rollup-plugin-babel-minify Changelog
|
2 |
|
3 | All notable changes to this project will be documented in this file.
|
4 | The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
5 | and this project adheres to [Semantic Versioning](http://semver.org/).
|
6 |
|
7 | ---
|
8 |
|
9 | ## [10.0.0] – 2020-03-14
|
10 | ### Added
|
11 | * Support for Rollup `^2.0.0`.
|
12 |
|
13 | ### Removed
|
14 | * **BREAKING CHANGE**: support for Node 8.
|
15 |
|
16 | ## [9.1.1] – 2019-11-10
|
17 | ### Fixed
|
18 | * [#193] Incompatibility with `@babel/traverse@7.7.0` (see [babel/babel#10654](https://github.com/babel/babel/issues/10654)).
|
19 |
|
20 | ## [9.1.0] – 2019-09-20
|
21 | ### Added
|
22 | * [#140] API docs.
|
23 |
|
24 | ### Changed
|
25 | * [#187] Bump `babel-preset-minify` dependency to `^0.5.1`.
|
26 |
|
27 | ## [9.0.0] – 2019-06-29
|
28 | ### Added
|
29 | * [#159] Support for Node 12.
|
30 |
|
31 | ### Removed
|
32 | * [#169] **BREAKING CHANGE**: support for Node 6.
|
33 |
|
34 | ## [8.0.0] – 2019-03-08
|
35 | ### Fixed
|
36 | * [#146] Banner is outputted twice.
|
37 |
|
38 | ### Changed
|
39 | * [#146] **BREAKING CHANGE**: bump Rollup dependency to `^1.6.0`.
|
40 |
|
41 | ## [7.0.0] – 2019-01-17
|
42 | ### Added
|
43 | * [#143] **BREAKING CHANGE**: add support for Rollup `^1.0.0`.
|
44 | * [#144] **BREAKING CHANGE**: add support for code splitting:
|
45 | * pre-include [`@babel/plugin-syntax-dynamic-import`](https://www.npmjs.com/package/@babel/plugin-syntax-dynamic-import) Babel plugin.
|
46 |
|
47 | ### Removed
|
48 | * [#143] **BREAKING CHANGE**: remove support for Rollup < 1.
|
49 | * [#143] **BREAKING CHANGE**: remove support for legacy syntax of banner.
|
50 |
|
51 | ## [6.2.0] – 2018-11-22
|
52 | ### Added
|
53 | * [#138] Ability to add plugins to Babel.
|
54 |
|
55 | ### Fixed
|
56 | * [#137] Error when minifying dynamic import.
|
57 |
|
58 | ## [6.1.1] – 2018-10-07
|
59 | ### Fixed
|
60 | * [#133] Empty sourcemaps when using bannerNewLine = true.
|
61 |
|
62 | ## [6.1.0] – 2018-10-03
|
63 | ### Changed
|
64 | * [#131] Update `babel-preset-minify` to `^0.5.0`.
|
65 |
|
66 | ## [6.0.0] – 2018-08-28
|
67 | ### Added
|
68 | * [#124] Add support for Babel 7. Thanks to [Pieter Beulque](https://github.com/pieterbeulque)!
|
69 |
|
70 | ### Removed
|
71 | * [#124] **BREAKING CHANGE**: remove support for Babel < 7.
|
72 |
|
73 | ## [5.0.0] – 2018-05-20
|
74 | ### Added
|
75 | * [#105] Add support for Node 10.
|
76 |
|
77 | ### Changed
|
78 | * [#97] **BREAKING CHANGE**: Update `babel-preset-minify` to `^0.4.0`.
|
79 |
|
80 | ### Removed
|
81 | * [#64] **BREAKING CHANGE**: remove support for Node < 6 and 7.
|
82 | * [#98] **BREAKING CHANGE**: remove support for Rollup < 0.58.0.
|
83 |
|
84 | ## [4.0.0] – 2018-02-03
|
85 | ### Added
|
86 | * [#60] Add proper Code of Conduct.
|
87 | * [#16] Support for new line after banner via new configuration variable, `bannerNewLine`.
|
88 | * [#83] Add coverage badge.
|
89 |
|
90 | ### Changed
|
91 | * [#86] **BREAKING CHANGE**: Update `babel-preset-minify` to `^0.3.0`.
|
92 |
|
93 | ### Deprecated
|
94 | * [#69] Deprecate support for Node <6.
|
95 |
|
96 | ### Fixed
|
97 | * [#73] Banner is not inherited from root configuration.
|
98 | * [#71] Published version of the package contains incorrect version number in the banner comment.
|
99 |
|
100 | ## [3.1.2] – 2017-08-14
|
101 | ### Changed
|
102 | * [#47] Change name from `rollup-plugin-babel-minify` to `rollup-plugin-babel-minify` and update dependencies accordingly.
|
103 |
|
104 | ## [3.1.1] – 2017-08-12
|
105 | ### Changed
|
106 | * [#48] Update Rollup version to `^0.47.0`.
|
107 |
|
108 | ## [3.1.0] – 2017-06-10
|
109 | #### Added
|
110 | * [#25] Add support for Node.js 8 and npm 5.
|
111 |
|
112 | ### Changed
|
113 | * [#21] Update Babili version to `^0.1.2`.
|
114 | * [#24] Update Rollup version to `^0.42.0`.
|
115 | * [#20] Add Rollup as peer dependency.
|
116 |
|
117 | ## [3.0.0] – 2017-04-22
|
118 | ### Changed
|
119 | * [#14] Handling of banner option should be better now, thanks to [Alex Khomchenko](https://github.com/gagoman)!
|
120 |
|
121 | ## [2.0.0] – 2017-03-18
|
122 | ### Changed
|
123 | * [#12] Update Babili version to `^0.0.12`.
|
124 | * [#13] Update rollup to `^0.41.5`
|
125 |
|
126 | ### Removed
|
127 | * [#13] Remove `fixMappings`, both from code and public API – after upgrading Rollup is not longer needed.
|
128 |
|
129 | ## [1.1.1] – 2017-01-25
|
130 | ### Changed
|
131 | * [`31ace29`] Move changelog to Keep a Changelog standard.
|
132 |
|
133 | ### Fixed
|
134 | * [`ba2a354`] Apply `fixMappings` to all mappings.
|
135 |
|
136 | ## [1.1.0] – 2017-01-21
|
137 | ### Added
|
138 | * [#6] Pass options to Babili preset.
|
139 |
|
140 | ## [1.0.3] – 2017-01-19
|
141 | ### Fixed
|
142 | * [`657d5b9`] Fix this changelog (one day I will not forget about it).
|
143 | * [`c2bec58`] Explicitly pass preset to babel to avoid problems with node 4.x and npm 2.x.
|
144 |
|
145 | ## [1.0.2] – 2017-01-19
|
146 | ### Fixed
|
147 | * [`b067cf3`] Explicitly pass banner plugin to babel to avoid problems with node 4.x and npm 2.x.
|
148 |
|
149 | ## [1.0.1] – 2017-01-19
|
150 | ### Changed
|
151 | * [#8] Change name from `rollup-plugin-real-babili` to `rollup-plugin-babel-minify`.
|
152 |
|
153 | ### Fixed
|
154 | * [`c8a3f56`] Add support for empty sourcemap's mappings.
|
155 |
|
156 | ## [1.0.0] – 2017-01-18
|
157 | ### Added
|
158 | * First stable version, yay!
|
159 |
|
160 | ### Fixed
|
161 | * [#1] Fix for incomplete sourcemap mappings causing an error.
|
162 |
|
163 | [`31ace29`]: https://github.com/Comandeer/rollup-plugin-babel-minify/commit/31ace298ff94d58aee8fd13b9aeda39ab59a60c0
|
164 | [`ba2a354`]: https://github.com/Comandeer/rollup-plugin-babel-minify/commit/ba2a354ae8859a7127a74a4b89a7071cf8028c10
|
165 | [`657d5b9`]: https://github.com/Comandeer/rollup-plugin-babel-minify/commit/657d5b9be3ae7f65b3f3b6d79995992dede70b15
|
166 | [`c2bec58`]: https://github.com/Comandeer/rollup-plugin-babel-minify/commit/c2bec58c6b921193cfc42e1d6124966d74356eab
|
167 | [`b067cf3`]: https://github.com/Comandeer/rollup-plugin-babel-minify/commit/b067cf38948f0c432d1ad495162f3bd34cd70b59
|
168 | [`c8a3f56`]: https://github.com/Comandeer/rollup-plugin-babel-minify/commit/c8a3f562a86deeaff0f57013afe97e1267c75180
|
169 | [#1]: https://github.com/Comandeer/rollup-plugin-babel-minify/issues/1
|
170 | [#6]: https://github.com/Comandeer/rollup-plugin-babel-minify/issues/6
|
171 | [#8]: https://github.com/Comandeer/rollup-plugin-babel-minify/issues/8
|
172 | [#12]: https://github.com/Comandeer/rollup-plugin-babel-minify/pull/12
|
173 | [#13]: https://github.com/Comandeer/rollup-plugin-babel-minify/pull/13
|
174 | [#14]: https://github.com/Comandeer/rollup-plugin-babel-minify/issues/14
|
175 | [#16]: https://github.com/Comandeer/rollup-plugin-babel-minify/issues/16
|
176 | [#20]: https://github.com/Comandeer/rollup-plugin-babel-minify/issues/20
|
177 | [#21]: https://github.com/Comandeer/rollup-plugin-babel-minify/pull/21
|
178 | [#24]: https://github.com/Comandeer/rollup-plugin-babel-minify/pull/24
|
179 | [#25]: https://github.com/Comandeer/rollup-plugin-babel-minify/issues/25
|
180 | [#47]: https://github.com/Comandeer/rollup-plugin-babel-minify/issues/47
|
181 | [#48]: https://github.com/Comandeer/rollup-plugin-babel-minify/pull/48
|
182 | [#60]: https://github.com/Comandeer/rollup-plugin-babel-minify/pull/60
|
183 | [#64]: https://github.com/Comandeer/rollup-plugin-babel-minify/issues/64
|
184 | [#69]: https://github.com/Comandeer/rollup-plugin-babel-minify/issues/69
|
185 | [#71]: https://github.com/Comandeer/rollup-plugin-babel-minify/issues/71
|
186 | [#73]: https://github.com/Comandeer/rollup-plugin-babel-minify/issues/73
|
187 | [#83]: https://github.com/Comandeer/rollup-plugin-babel-minify/issues/83
|
188 | [#86]: https://github.com/Comandeer/rollup-plugin-babel-minify/pull/86
|
189 | [#97]: https://github.com/Comandeer/rollup-plugin-babel-minify/pull/97
|
190 | [#98]: https://github.com/Comandeer/rollup-plugin-babel-minify/issues/98
|
191 | [#105]: https://github.com/Comandeer/rollup-plugin-babel-minify/issues/105
|
192 | [#124]: https://github.com/Comandeer/rollup-plugin-babel-minify/issues/124
|
193 | [#131]: https://github.com/Comandeer/rollup-plugin-babel-minify/pull/131
|
194 | [#133]: https://github.com/Comandeer/rollup-plugin-babel-minify/issues/133
|
195 | [#137]: https://github.com/Comandeer/rollup-plugin-babel-minify/issues/137
|
196 | [#138]: https://github.com/Comandeer/rollup-plugin-babel-minify/issues/138
|
197 | [#140]: https://github.com/Comandeer/rollup-plugin-babel-minify/issues/140
|
198 | [#143]: https://github.com/Comandeer/rollup-plugin-babel-minify/pull/143
|
199 | [#144]: https://github.com/Comandeer/rollup-plugin-babel-minify/issues/144
|
200 | [#146]: https://github.com/Comandeer/rollup-plugin-babel-minify/issues/146
|
201 | [#159]: https://github.com/Comandeer/rollup-plugin-babel-minify/issues/159
|
202 | [#169]: https://github.com/Comandeer/rollup-plugin-babel-minify/issues/169
|
203 | [#187]: https://github.com/Comandeer/rollup-plugin-babel-minify/issues/187
|
204 | [#193]: https://github.com/Comandeer/rollup-plugin-babel-minify/issues/193
|
205 |
|
206 | [9.1.1]: https://github.com/Comandeer/rollup-plugin-babel-minify/compare/v9.1.1...v10.0.0
|
207 | [9.1.1]: https://github.com/Comandeer/rollup-plugin-babel-minify/compare/v9.1.0...v9.1.1
|
208 | [9.1.0]: https://github.com/Comandeer/rollup-plugin-babel-minify/compare/v9.0.0...v9.1.0
|
209 | [9.0.0]: https://github.com/Comandeer/rollup-plugin-babel-minify/compare/v8.0.0...v9.0.0
|
210 | [8.0.0]: https://github.com/Comandeer/rollup-plugin-babel-minify/compare/v7.0.0...v8.0.0
|
211 | [7.0.0]: https://github.com/Comandeer/rollup-plugin-babel-minify/compare/v6.2.0...v7.0.0
|
212 | [6.2.0]: https://github.com/Comandeer/rollup-plugin-babel-minify/compare/v6.1.1...v6.2.0
|
213 | [6.1.1]: https://github.com/Comandeer/rollup-plugin-babel-minify/compare/v6.1.0...v6.1.1
|
214 | [6.1.0]: https://github.com/Comandeer/rollup-plugin-babel-minify/compare/v6.0.0...v6.1.0
|
215 | [6.0.0]: https://github.com/Comandeer/rollup-plugin-babel-minify/compare/v5.0.0...v6.0.0
|
216 | [5.0.0]: https://github.com/Comandeer/rollup-plugin-babel-minify/compare/v4.0.0...v5.0.0
|
217 | [4.0.0]: https://github.com/Comandeer/rollup-plugin-babel-minify/compare/v3.1.2...v4.0.0
|
218 | [3.1.2]: https://github.com/Comandeer/rollup-plugin-babel-minify/compare/v3.1.1...v3.1.2
|
219 | [3.1.1]: https://github.com/Comandeer/rollup-plugin-babel-minify/compare/v3.1.0...v3.1.1
|
220 | [3.1.0]: https://github.com/Comandeer/rollup-plugin-babel-minify/compare/v3.0.0...v3.1.0
|
221 | [3.0.0]: https://github.com/Comandeer/rollup-plugin-babel-minify/compare/v2.0.0...v3.0.0
|
222 | [2.0.0]: https://github.com/Comandeer/rollup-plugin-babel-minify/compare/v1.1.1...v2.0.0
|
223 | [1.1.1]: https://github.com/Comandeer/rollup-plugin-babel-minify/compare/v1.1.0...v1.1.1
|
224 | [1.1.0]: https://github.com/Comandeer/rollup-plugin-babel-minify/compare/v1.0.3...v1.1.0
|
225 | [1.0.3]: https://github.com/Comandeer/rollup-plugin-babel-minify/compare/v1.0.2...v1.0.3
|
226 | [1.0.2]: https://github.com/Comandeer/rollup-plugin-babel-minify/compare/v1.0.1...v1.0.2
|
227 | [1.0.1]: https://github.com/Comandeer/rollup-plugin-babel-minify/compare/v1.0.0...v1.0.1
|
228 | [1.0.0]: https://github.com/Comandeer/rollup-plugin-babel-minify/compare/v1.0.0-alpha3...v1.0.0
|
229 |
|
\ | No newline at end of file |