Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 773 Bytes

CHANGELOG.md

File metadata and controls

29 lines (20 loc) · 773 Bytes

Changelog

5.0.1 (2024-07-01)

  • Replace eslint-plugin-node (no longer maintained) with eslint-plugin-n

5.0.0 (2024-03-11)

  • Added node20 (and relative TypeScript) configuration

4.0.0 (2023-04-17)

  • Breaking: eslint major version updated to 8
  • Dependencies moved to peerDependencies
  • Added basic TypeScript configuration for node14

3.0.0 (2020-06-06)

  • Breaking: remove support for Node 8.
  • Breaking: requires ESLint >v7.
  • Change base ecmaVersion from 2018 to 2020.
  • Add node14 configuration.

2.0.1 (2019-06-26)

  • Bugfix for compatibility with eslint v6.

2.0.0 (2019-05-17)

  • Breaking: remove support for Node 4 and 6.
  • Breaking: require eslint >= 5.16.0 and eslint-plugin-node >= 9.0.0.
  • Add support for Node 10 and 12.