All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.8.0 (2020-04-07)
- Upgrade rollup to 2.x (#43)
0.7.0 (2020-01-26)
- The
rollup.output.vinylOpts
option has been renamed torollup.output.vinylOptions
. - Use of this module through the user-space
esm
is no longer supported.
- Support node.js native ES module (48dcd87)
0.6.2 (2019-08-13)
0.6.1 (2019-07-14)
0.6.0 (2019-07-05)
- Restructure closer to eventual node.js native ESM (3ac63b8)
- This module no longer distributes CJS, can be loaded via esm or babel.
0.5.1 (2019-04-05)
- Remove arrify dependency (08b75bb)
0.5.0 (2019-03-16)
- Do not perform recursive module copy for copyModules: true. (fd225ea)
0.4.2 (2019-02-27)
- Resolve incompatibility with rollup >= 1.2.5. (966d3a2)