Releases: atom-community/rollup-plugin-atomic
Releases · atom-community/rollup-plugin-atomic
v2.3.0
2.3.0 (2021-04-06)
Bug Fixes
- check if given pluginOptions is an object (d913d14)
- update deps (96c569d)
- use the correct plugins TypeScript types (c206e8a)
Features
- bundle more needed dependencies (rollup, typescript, babel) (0c36498)
v2.2.0
2.2.0 (2021-04-02)
Features
v2.1.2
2.1.2 (2021-03-28)
Bug Fixes
v2.1.1
2.1.1 (2021-03-21)
Bug Fixes
v2.1.0
2.1.0 (2021-02-27)
Bug Fixes
- remove comments using Terser (d8ce808)
Features
v2.0.1
2.0.1 (2021-01-07)
Bug Fixes
- use getRollupFunction to avoid require errors (6a52d07)
v2.0.0
2.0.0 (2021-01-07)
Custom and overridden options for all plugins
- Merge pull request #49 from atom-community/refactor (20da66f), closes #49
Bug Fixes
- do not include terser if not in production (032a197)
- move utils function (b44ff04)
- use import type (8675f6d)
Features
- add override manual to the readme (90f7722)
- allow overriding default options (d95b335)
- pushPlugin function (ca8bc5c)
BREAKING CHANGES
- removes old, deprecated babel API. If you are using rollup-plugin-atomic 1.0.0 and above (assuming you have read the deprecation message), you can safely upgrade to 2.0.0
v1.9.0
1.9.0 (2021-01-07)
Features
- add more mainFields to resolve plugin (8783e7e)
- enable transformMixedEsModules in commonjs plugin (54588fa)
- support custom options for replace (7196d68)
v1.8.1
1.8.1 (2021-01-07)
Bug Fixes
v1.8.0
1.8.0 (2021-01-06)
Features
- add support for custom Terser options (2abf012)