Skip to content

Releases: atom-community/rollup-plugin-atomic

v3.0.3

16 Apr 00:35
a977148
Compare
Choose a tag to compare

3.0.3 (2022-04-16)

Bug Fixes

  • deps: update dependencies (3ecfe41)

v3.0.2

13 Mar 23:48
6da9a65
Compare
Choose a tag to compare

3.0.2 (2022-03-13)

Bug Fixes

v3.0.1

12 Aug 17:23
Compare
Choose a tag to compare

3.0.1 (2021-08-12)

Bug Fixes

  • remove deprecated API from readme (73988ff)

v3.0.0

12 Aug 21:53
73d8a64
Compare
Choose a tag to compare

3.0.0 (2021-08-12)

Bug Fixes

  • remove deprecated createConfig function (24fa063)
  • update dependencies (1a87dce)

Features

  • change the syntax for providing options from scratch (c7dc5ce)

BREAKING CHANGES

  • to provide configs for plugins from scratch, pass false as the third element of the array (see the readme for an example).
  • deprecates passing extra plugins to createPlugins. Instead, you can simply concatenate your plugins with the output of createPlugins
  • previously deprecated createConfig was removed

v2.4.2

30 Jul 23:00
e4b294f
Compare
Choose a tag to compare

2.4.2 (2021-07-30)

Bug Fixes

  • deps: update dependencies (dc5e4c0)

v2.4.1

24 Jul 17:55
437afa3
Compare
Choose a tag to compare

2.4.1 (2021-07-24)

Bug Fixes

  • deps: update dependencies (04c9eae)

v2.4.0

19 Jul 19:48
ab7f4a9
Compare
Choose a tag to compare

2.4.0 (2021-07-19)

Features

  • support loading .terserrc.js (#64)

v2.3.3

16 Jul 00:38
Compare
Choose a tag to compare

2.3.3 (2021-07-16)

Bug Fixes

  • set preventAssignment to remove the warning from the replace plugin (6769854), closes #63
  • update dependencies (8cb2853)

v2.3.2

09 May 09:18
db5d612
Compare
Choose a tag to compare

2.3.2 (2021-05-09)

Bug Fixes

v2.3.1

02 May 03:44
Compare
Choose a tag to compare

2.3.1 (2021-05-02)

Bug Fixes