Skip to content
This repository has been archived by the owner on Mar 15, 2020. It is now read-only.

Latest commit

 

History

History
228 lines (184 loc) · 9.64 KB

CHANGELOG.md

File metadata and controls

228 lines (184 loc) · 9.64 KB

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.


[10.0.0] – 2020-03-14

Added

  • Support for Rollup ^2.0.0.

Removed

  • BREAKING CHANGE: support for Node 8.

9.1.1 – 2019-11-10

Fixed

9.1.0 – 2019-09-20

Added

Changed

  • #187 Bump babel-preset-minify dependency to ^0.5.1.

9.0.0 – 2019-06-29

Added

  • #159 Support for Node 12.

Removed

  • #169 BREAKING CHANGE: support for Node 6.

8.0.0 – 2019-03-08

Fixed

  • #146 Banner is outputted twice.

Changed

  • #146 BREAKING CHANGE: bump Rollup dependency to ^1.6.0.

7.0.0 – 2019-01-17

Added

Removed

  • #143 BREAKING CHANGE: remove support for Rollup < 1.
  • #143 BREAKING CHANGE: remove support for legacy syntax of banner.

6.2.0 – 2018-11-22

Added

  • #138 Ability to add plugins to Babel.

Fixed

  • #137 Error when minifying dynamic import.

6.1.1 – 2018-10-07

Fixed

  • #133 Empty sourcemaps when using bannerNewLine = true.

6.1.0 – 2018-10-03

Changed

  • #131 Update babel-preset-minify to ^0.5.0.

6.0.0 – 2018-08-28

Added

Removed

  • #124 BREAKING CHANGE: remove support for Babel < 7.

5.0.0 – 2018-05-20

Added

  • #105 Add support for Node 10.

Changed

  • #97 BREAKING CHANGE: Update babel-preset-minify to ^0.4.0.

Removed

  • #64 BREAKING CHANGE: remove support for Node < 6 and 7.
  • #98 BREAKING CHANGE: remove support for Rollup < 0.58.0.

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 BREAKING CHANGE: Update babel-preset-minify to ^0.3.0.

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-babel-minify 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-babel-minify.

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.