Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Aug 21:53
· 62 commits to master since this release
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