UNPKG

6.99 kBMarkdownView Raw
1# @comandeer/rollup-lib-bundler Changelog
2
3All notable changes to this project will be documented in this file.
4The format is based on [Keep a Changelog](http://keepachangelog.com/)
5and this project adheres to [Semantic Versioning](http://semver.org/).
6
7---
8
9## [0.12.0] – 2020-10-17
10### Changed
11* [#176] Update dependencies, including major versions:
12 * `@rollup/plugin-commonjs` – 11.1.0 → 15.1.0;
13 * `rollup-plugin-terser` – 5.3.0 → 7.0.2;
14 * `mocha` – 7.1.2 → 8.2.0 (dev).
15
16## [0.11.0] – 2020-05-10
17### Added
18* [#155] Support for importing JSON files. Thanks to [Piotr Kowalski](https://github.com/piecioshka)!
19* [#171] Support for Node 14.
20
21### Changed
22* [#173] `rollup-plugin-babel` and `rollup-plugin-commonjs` dependencies are now `@rollup/plugin-babel` and `@rollup/plugin-commonjs` ones.
23
24### Fixed
25* [#168] Executable file has 644 mode. Thanks to [Piotr Kowalski](https://github.com/piecioshka)!
26
27## [0.10.0] – 2020-04-11
28### Changed
29* [#163] **BREAKING CHANGE**: switch from `babel-minify` to `terser`.
30
31### Removed
32* [#162] **BREAKING CHANGE**: support for Node 8.
33* [#164] **BREAKING CHANGE**: named exports from the package.
34
35
36## [0.9.0] – 2019-06-30
37### Added
38* [#129] Support for Node 12.
39* [#128] Official support for Windows and macOS.
40
41### Removed
42* [#129] **BREAKING CHANGE**: support for Node 6.
43
44## [0.8.0] – 2019-01-20
45### Changed
46* [#110] **BREAKING CHANGE:** Update `rollup` to `^1.1.0`.
47* [#111] Update `rollup-plugin-babel-minify` to `^7.0.0`.
48
49## [0.7.1] – 2018-10-07
50### Fixed
51* [#105] Incorrect sourcemaps for bundles.
52
53## [0.7.0] – 2018-08-29
54### Added
55* [#71] Add support for Babel 7.
56
57### Remove
58* [#71] **BREAKING CHANGE**: remove support for Babel < 7.
59
60## [0.6.0] – 2018-05-20
61### Changed
62* [#83] **BREAKING CHANGE**: update `rollup-plugin-babel-minify` to version `^5.0.0`.
63
64## [0.5.0] – 2018-05-01
65### Added
66* [#80] Add support for Node 10.
67
68### Changed
69* [#67] **BREAKING CHANGE**: CJS bundle is also transpiled.
70* [#68] **BREAKING CHANGE**: update `@comandeer/babel-preset-rollup` to version `^2.0.0`.
71* [#74] **BREAKING CHANGE**: rename keys returned by `packageParser`:
72 * `dist.es5` → `dist.cjs`,
73 * `dist.es2015` → `dist.esm`.
74
75### Removed
76* [#62] [#80] **BREAKING CHANGE**: remove support for Node <6, 7, 9.
77
78## [0.4.2] – 2018-02-11
79### Fixed
80* [#58] Usage of deprecated Rollup config options.
81
82## [0.4.1] – 2018-02-11
83### Added
84* [#54] Add `babel-core` as dependency.
85
86## [0.4.0] – 2018-02-03
87### Changed
88* [#48] BREAKING CHANGE: add new line after the banner comment.
89
90### Fixed
91* [#49] Fix incorrect version of package in banner comment.
92
93## [0.3.0] – 2017-09-16
94### Changed
95* [#30] BREAKING CHANGE: force Babel to ignore `.babelrc` file.
96* [#16] Update rollup to `^0.50.0`.
97* [`b36613d`] Update other dependencies.
98
99## [0.2.0] – 2017-09-03
100### Changed
101* [#17] Switch from `rollup-plugin-babili` to `rollup-plugin-babel-minify`.
102* [#21] Update rollup to `^0.49.2`.
103* [#17] Remove rollup-plugin-uglify in favor of rollup-plugin-babel-minify.
104* [#18] Replace babel-preset-es2015-rollup with dedicated evergreen @comandeer/babel-preset-rollup.
105
106## [0.1.2] – 2017-06-17
107### Fixed
108* [#6] Fix incorrect parsing of author's metadata.
109
110## [0.1.1] – 2017-03-19
111### Added
112* [`ba9197f`] Add this changelog.
113* [`cbd2b2e`] Add proper README.
114
115## 0.1.0 – 2017-03-19
116### Added
117* First working version, yay!
118
119[`b36613d`]: https://github.com/Comandeer/rollup-lib-bundler/commit/b36613d6936e9c5ffa851ad89fac2c8892ecea72
120[`ba9197f`]: https://github.com/Comandeer/rollup-lib-bundler/commit/ba9197f074f051f6aa0f116cb5fb8e199b80133d
121[`cbd2b2e`]: https://github.com/Comandeer/rollup-lib-bundler/commit/cbd2b2ef760226b7f87cb338878a581910249bb0
122[#6]: https://github.com/Comandeer/rollup-lib-bundler/issues/6
123[#16]: https://github.com/Comandeer/rollup-lib-bundler/pull/16
124[#17]: https://github.com/Comandeer/rollup-lib-bundler/issues/17
125[#18]: https://github.com/Comandeer/rollup-lib-bundler/issues/18
126[#21]: https://github.com/Comandeer/rollup-lib-bundler/pull/21
127[#30]: https://github.com/Comandeer/rollup-lib-bundler/issues/30
128[#48]: https://github.com/Comandeer/rollup-lib-bundler/issues/48
129[#49]: https://github.com/Comandeer/rollup-lib-bundler/issues/49
130[#54]: https://github.com/Comandeer/rollup-lib-bundler/issues/54
131[#58]: https://github.com/Comandeer/rollup-lib-bundler/issues/58
132[#62]: https://github.com/Comandeer/rollup-lib-bundler/issues/62
133[#67]: https://github.com/Comandeer/rollup-lib-bundler/issues/67
134[#68]: https://github.com/Comandeer/rollup-lib-bundler/pull/68
135[#71]: https://github.com/Comandeer/rollup-lib-bundler/issues/71
136[#74]: https://github.com/Comandeer/rollup-lib-bundler/issues/74
137[#80]: https://github.com/Comandeer/rollup-lib-bundler/issues/80
138[#83]: https://github.com/Comandeer/rollup-lib-bundler/pull/83
139[#105]: https://github.com/Comandeer/rollup-lib-bundler/issues/105
140[#110]: https://github.com/Comandeer/rollup-lib-bundler/pull/110
141[#111]: https://github.com/Comandeer/rollup-lib-bundler/pull/111
142[#129]: https://github.com/Comandeer/rollup-lib-bundler/issues/129
143[#128]: https://github.com/Comandeer/rollup-lib-bundler/issues/128
144[#155]: https://github.com/Comandeer/rollup-lib-bundler/issues/155
145[#162]: https://github.com/Comandeer/rollup-lib-bundler/issues/162
146[#163]: https://github.com/Comandeer/rollup-lib-bundler/issues/163
147[#164]: https://github.com/Comandeer/rollup-lib-bundler/issues/164
148[#168]: https://github.com/Comandeer/rollup-lib-bundler/issues/168
149[#171]: https://github.com/Comandeer/rollup-lib-bundler/issues/171
150[#173]: https://github.com/Comandeer/rollup-lib-bundler/issues/173
151[#176]: https://github.com/Comandeer/rollup-lib-bundler/issues/176
152
153[0.12.0]: https://github.com/Comandeer/rollup-lib-bundler/compare/v0.11.0...v0.12.0
154[0.11.0]: https://github.com/Comandeer/rollup-lib-bundler/compare/v0.10.0...v0.11.0
155[0.10.0]: https://github.com/Comandeer/rollup-lib-bundler/compare/v0.9.0...v0.10.0
156[0.9.0]: https://github.com/Comandeer/rollup-lib-bundler/compare/v0.8.0...v0.9.0
157[0.8.0]: https://github.com/Comandeer/rollup-lib-bundler/compare/v0.7.1...v0.8.0
158[0.7.1]: https://github.com/Comandeer/rollup-lib-bundler/compare/v0.7.0...v0.7.1
159[0.7.0]: https://github.com/Comandeer/rollup-lib-bundler/compare/v0.6.0...v0.7.0
160[0.6.0]: https://github.com/Comandeer/rollup-lib-bundler/compare/v0.5.0...v0.6.0
161[0.5.0]: https://github.com/Comandeer/rollup-lib-bundler/compare/v0.4.2...v0.5.0
162[0.4.2]: https://github.com/Comandeer/rollup-lib-bundler/compare/v0.4.1...v0.4.2
163[0.4.1]: https://github.com/Comandeer/rollup-lib-bundler/compare/v0.4.0...v0.4.1
164[0.4.0]: https://github.com/Comandeer/rollup-lib-bundler/compare/v0.3.0...v0.4.0
165[0.3.0]: https://github.com/Comandeer/rollup-lib-bundler/compare/v0.2.0...v0.3.0
166[0.2.0]: https://github.com/Comandeer/rollup-lib-bundler/compare/v0.1.2...v0.2.0
167[0.1.2]: https://github.com/Comandeer/rollup-lib-bundler/compare/v0.1.1...v0.1.2
168[0.1.1]: https://github.com/Comandeer/rollup-lib-bundler/compare/v0.1.0...v0.1.1
169
\No newline at end of file