Skip to content

Version 5.0.0

Choose a tag to compare

@jaydenseric jaydenseric released this 05 May 11:49
· 167 commits to master since this release

Major

  • Updated dependencies and peer dependencies.
  • Dropped support for Node.js v6 and v7.

Patch

  • Reduced the size of the published package.json by moving dev tool config to files. This also prevents editor extensions such as Prettier and ESLint from detecting config and attempting to operate when opening package files installed in node_modules.
  • Ensure .js files are linted on commit.