5.4 KiB
5.4 KiB
rollup-plugin-babel-minify Changelog
All notable changes to this project will be documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
4.0.0 – 2018-02-03
Added
- #60 Add proper Code of Conduct.
- #16 Support for new line after banner via new configuration variable,
bannerNewLine. - #83 Add coverage badge.
Changed
- #86 Update
babel-preset-minifyto^0.3.0– BREAKING CHANGE.
Deprecated
- #69 Deprecate support for Node <6.
Fixed
- #73 Banner is not inherited from root configuration.
- #71 Published version of the package contains incorrect version number in the banner comment.
3.1.2 – 2017-08-14
Changed
- #47 Change name from
rollup-plugin-babilitorollup-plugin-babel-minifyand update dependencies accordingly.
3.1.1 – 2017-08-12
Changed
- #48 Update Rollup version to
^0.47.0.
3.1.0 – 2017-06-10
Added
- #25 Add support for Node.js 8 and npm 5.
Changed
- #21 Update Babili version to
^0.1.2. - #24 Update Rollup version to
^0.42.0. - #20 Add Rollup as peer dependency.
3.0.0 – 2017-04-22
Changed
- #14 Handling of banner option should be better now, thanks to Alex Khomchenko!
2.0.0 – 2017-03-18
Changed
Removed
- #13 Remove
fixMappings, both from code and public API – after upgrading Rollup is not longer needed.
1.1.1 – 2017-01-25
Changed
31ace29Move changelog to Keep a Changelog standard.
Fixed
ba2a354ApplyfixMappingsto all mappings.
1.1.0 – 2017-01-21
Added
- #6 Pass options to Babili preset.
1.0.3 – 2017-01-19
Fixed
657d5b9Fix this changelog (one day I will not forget about it).c2bec58Explicitly pass preset to babel to avoid problems with node 4.x and npm 2.x.
1.0.2 – 2017-01-19
Fixed
b067cf3Explicitly pass banner plugin to babel to avoid problems with node 4.x and npm 2.x.
1.0.1 – 2017-01-19
Changed
- #8 Change name from
rollup-plugin-real-babilitorollup-plugin-babili.
Fixed
c8a3f56Add support for empty sourcemap's mappings.
1.0.0 – 2017-01-18
Added
- First stable version, yay!
Fixed
- #1 Fix for incomplete sourcemap mappings causing an error.