Skip to content

Releases: atom-community/rollup-plugin-atomic

v2.3.0

06 Apr 04:51
4966f71
Compare
Choose a tag to compare

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

02 Apr 02:48
8798362
Compare
Choose a tag to compare

2.2.0 (2021-04-02)

Features

v2.1.2

28 Mar 20:43
7920977
Compare
Choose a tag to compare

2.1.2 (2021-03-28)

Bug Fixes

v2.1.1

21 Mar 05:19
Compare
Choose a tag to compare

2.1.1 (2021-03-21)

Bug Fixes

v2.1.0

27 Feb 12:31
763cf34
Compare
Choose a tag to compare

2.1.0 (2021-02-27)

Bug Fixes

  • remove comments using Terser (d8ce808)

Features

v2.0.1

07 Jan 06:33
Compare
Choose a tag to compare

2.0.1 (2021-01-07)

Bug Fixes

  • use getRollupFunction to avoid require errors (6a52d07)

v2.0.0

07 Jan 06:09
20da66f
Compare
Choose a tag to compare

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

07 Jan 05:12
Compare
Choose a tag to compare

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

07 Jan 04:20
Compare
Choose a tag to compare

1.8.1 (2021-01-07)

Bug Fixes

v1.8.0

06 Jan 08:47
2b45917
Compare
Choose a tag to compare

1.8.0 (2021-01-06)

Features

  • add support for custom Terser options (2abf012)