Releases: evocateur/pectin
Releases · evocateur/pectin
v3.2.0
3.2.0 (2019-05-03)
Bug Fixes
- main-entry: Adapt to rollup v1.11.0 change to options.input default value (232b9a8)
Features
- babelrc: Recognize
@babel/runtime-corejs3
when injecting runtime transform (43c749f)
v3.1.1
3.1.1 (2019-04-09)
Bug Fixes
- cli: Rename homepage, too (d89fc16)
v3.1.0
3.1.0 (2019-04-09)
Bug Fixes
- babelrc: Update
cosmiconfig
dependency range to avoid audit warning (ccfbd5d)
Features
- core: Migrate to new
mainFields
config for rollup-plugin-node-resolve
(f251e1f)
- core: Update dependencies (e5901ca)
- pectin: Rename CLI
@pectin/cli
-> pectin
(0a81cfe)
v3.0.1
Bug Fixes
- core: Upgrade
rollup-plugin-terser
(95de732)
v3.0.0
Features
BREAKING CHANGES
- Rollup 0.x is no longer supported.
- There is only a default export on
@pectin/core
now, load your own package.json.
v2.6.0
Features
- cli: Upgrade rollup to
^0.68.2
(22a0411)
- core: Enable chunking for CommonJS (480f20d)
v2.5.2
Bug Fixes
- api: Build packages in topological order, dependencies before dependents (50c35db)
v2.5.1
Bug Fixes
- core: REVERT "Inject module global ponyfill". This was a bad decision. (d4ec4d4)
v2.5.0
Features
- core: Inject module
global
ponyfill (3794d06)
v2.4.1
Documentation
- rollup-plugin-subpath-externals: Fix typos in README