All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
4.0.3 (2019-08-21)
Note: Version bump only for package @pectin/core
4.0.2 (2019-08-06)
- core: The config object is actually optional now (cfdec36)
4.0.1 (2019-08-02)
Note: Version bump only for package @pectin/core
- Upgrade
rollup-plugin-commonjs
&rollup-plugin-node-resolve
(979d7ec)
-
The minimum version of the
rollup
peer dependency is now^1.12.0
.The latest versions of
rollup-plugin-commonjs
(changelog) androllup-plugin-node-resolve
(changelog) require core Rollup methods only available after[email protected]
.
3.4.0 (2019-08-01)
- deps: Upgrade dependencies (923f92f)
3.3.0 (2019-06-17)
- core: Interpolate
process.env.VERSION
withpkg.version
(0a0ac4e) - Ssupport typescript extensions (#8) (b0ee9f9)
3.2.0 (2019-05-03)
Note: Version bump only for package @pectin/core
3.1.0 (2019-04-09)
- core: Migrate to new
mainFields
config forrollup-plugin-node-resolve
(f251e1f) - core: Update dependencies (e5901ca)
3.0.1 (2019-01-14)
- core: Upgrade rollup-plugin-terser (95de732)
3.0.0 (2019-01-01)
- core: There is only a default export on pectin-core now, load your own package.json.
- Rollup 0.x is no longer supported.
2.6.0 (2018-12-27)
2.5.1 (2018-11-16)
Note: Version bump only for package @pectin/core
2.5.0 (2018-11-15)
- core: Inject module global ponyfill (3794d06)
2.4.1 (2018-11-15)
Note: Version bump only for package @pectin/core
2.4.0 (2018-11-14)
Note: Version bump only for package @pectin/core
2.2.0 (2018-11-07)
2.1.2 (2018-10-19)
Note: Version bump only for package @pectin/core
2.1.1 (2018-10-16)
Note: Version bump only for package @pectin/core
2.1.0 (2018-10-16)
- core: Make SVG inlining opt-in via package prop (f072b17), closes #4
- core: Re-order SVG plugin to avoid breaking React (fc5202f), closes #4
- core: Add minified UMD output via pkg.unpkg with un-minified dev output (e4e6f63)
- core: Add replacement of NODE_ENV and BROWSER env vars (236acd2)
- core: Add simple and advanced browser output(s) via pkg.browser (c8213d7)
- core: Generate plugins per-format instead of per-input (4e81e6f)
2.0.0 (2018-10-10)
- Babel 6 is no longer supported. Consult https://babeljs.io/docs/en/v7-migration for upgrade steps.
1.3.0 (2018-10-10)
- open source (ce2d5cb)