Files
30-seconds-of-code/node_modules/rollup-plugin-babel-minify/CHANGELOG.md
2019-08-20 15:52:05 +02:00

5.4 KiB
Raw Blame History

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-minify to ^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-babili to rollup-plugin-babel-minify and 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

2.0.0 2017-03-18

Changed

  • #12 Update Babili version to ^0.0.12.
  • #13 Update rollup to ^0.41.5

Removed

  • #13 Remove fixMappings, both from code and public API after upgrading Rollup is not longer needed.

1.1.1 2017-01-25

Changed

  • 31ace29 Move changelog to Keep a Changelog standard.

Fixed

  • ba2a354 Apply fixMappings to all mappings.

1.1.0 2017-01-21

Added

  • #6 Pass options to Babili preset.

1.0.3 2017-01-19

Fixed

  • 657d5b9 Fix this changelog (one day I will not forget about it).
  • c2bec58 Explicitly pass preset to babel to avoid problems with node 4.x and npm 2.x.

1.0.2 2017-01-19

Fixed

  • b067cf3 Explicitly 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-babili to rollup-plugin-babili.

Fixed

  • c8a3f56 Add 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.