Skip to content

Releases: atom-community/rollup-plugin-atomic

v3.0.3

Choose a tag to compare

@github-actions github-actions released this 16 Apr 00:35
a977148

3.0.3 (2022-04-16)

Bug Fixes

  • deps: update dependencies (3ecfe41)

v3.0.2

Choose a tag to compare

@github-actions github-actions released this 13 Mar 23:48
6da9a65

3.0.2 (2022-03-13)

Bug Fixes

v3.0.1

Choose a tag to compare

@github-actions github-actions released this 12 Aug 17:23

3.0.1 (2021-08-12)

Bug Fixes

  • remove deprecated API from readme (73988ff)

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 12 Aug 21:53
73d8a64

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

Choose a tag to compare

@github-actions github-actions released this 30 Jul 23:00
e4b294f

2.4.2 (2021-07-30)

Bug Fixes

  • deps: update dependencies (dc5e4c0)

v2.4.1

Choose a tag to compare

@github-actions github-actions released this 24 Jul 17:55
437afa3

2.4.1 (2021-07-24)

Bug Fixes

  • deps: update dependencies (04c9eae)

v2.4.0

Choose a tag to compare

@github-actions github-actions released this 19 Jul 19:48
ab7f4a9

2.4.0 (2021-07-19)

Features

  • support loading .terserrc.js (#64)

v2.3.3

Choose a tag to compare

@github-actions github-actions released this 16 Jul 00:38

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

Choose a tag to compare

@github-actions github-actions released this 09 May 09:18
db5d612

2.3.2 (2021-05-09)

Bug Fixes

v2.3.1

Choose a tag to compare

@github-actions github-actions released this 02 May 03:44

2.3.1 (2021-05-02)

Bug Fixes