Skip to content

Latest commit

 

History

History
84 lines (36 loc) · 2.45 KB

CHANGELOG.md

File metadata and controls

84 lines (36 loc) · 2.45 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.8.0 (2020-04-07)

⚠ BREAKING CHANGES

  • Upgrade rollup to 2.x (#43)

Features

0.7.0 (2020-01-26)

⚠ BREAKING CHANGES

  • The rollup.output.vinylOpts option has been renamed to rollup.output.vinylOptions.
  • Use of this module through the user-space esm is no longer supported.

Features

  • Support node.js native ES module (48dcd87)

0.6.2 (2019-08-13)

Bug Fixes

  • Use official rollup API for bundled module names (#24) (1227f59)

0.6.1 (2019-07-14)

Bug Fixes

  • package: update p-map to version 3.0.0 (#21) (2a06f5a)

0.6.0 (2019-07-05)

Features

  • Restructure closer to eventual node.js native ESM (3ac63b8)

BREAKING CHANGES

  • This module no longer distributes CJS, can be loaded via esm or babel.

0.5.1 (2019-04-05)

Bug Fixes

  • Remove arrify dependency (08b75bb)

0.5.0 (2019-03-16)

Features

  • Do not perform recursive module copy for copyModules: true. (fd225ea)

0.4.2 (2019-02-27)

Bug Fixes

  • Resolve incompatibility with rollup >= 1.2.5. (966d3a2)