Skip to content

Latest commit

 

History

History
85 lines (54 loc) · 1.57 KB

changelog.md

File metadata and controls

85 lines (54 loc) · 1.57 KB

Changelog

v6.0.0

2023-11-04

  • Loosen peer dependency version on eslint and rollup
  • Breaking: Only support Node.js 18 and above

v5.0.0

2023-03-19

  • Re-write in TypeScript
  • Only support Node.js 16 and above

v4.0.0

2022-08-30

  • Breaking: Treat ESLint as a peer dependency
  • Update @rollup/pluginutils

v3.0.0

2021-11-20

  • Upgrade to ESLint 8
  • Bump minimum required Node.js version to 12.22

v2.0.0

2021-04-25

  • Only support Node v12 and above from now on

v1.1.4

2020-10-21

  • Fix types once and for all

v1.1.3

2020-10-12

v1.1.2

2020-08-29

v1.1.1

2020-08-15

v1.1.0

2020-08-03

v1.0.0

2020-06-29

  • Breaking: Unify the options object, see readme.md

v0.1.4

2020-06-09

  • Re-release as @rbnlffl/rollup-plugin-eslint

v0.1.3

2020-06-08

  • Correctly ignore node_modules per default

v0.1.2

2020-06-02

  • Fix incorrect main prop in package.json

v0.1.1

2020-05-30

  • Increase performance by instantiating ESLint only once

v0.1.0

2020-05-28

  • Initial release