2023-11-04
- Loosen peer dependency version on
eslint
androllup
- Breaking: Only support Node.js 18 and above
2023-03-19
- Re-write in TypeScript
- Only support Node.js 16 and above
2022-08-30
- Breaking: Treat ESLint as a peer dependency
- Update
@rollup/pluginutils
2021-11-20
- Upgrade to ESLint 8
- Bump minimum required Node.js version to
12.22
2021-04-25
- Only support Node v12 and above from now on
2020-10-21
- Fix types once and for all
2020-10-12
- Reference
types
inpackage.json
2020-08-29
- Use rollup's
load
hook instead of thetransform
hook #4 - Add typings
2020-08-15
- Upgrade
@rollup/pluginutils
to v4
2020-08-03
- Introduce
throwOnWarning
andthrowOnError
options
2020-06-29
- Breaking: Unify the
options
object, see readme.md
2020-06-09
- Re-release as
@rbnlffl/rollup-plugin-eslint
2020-06-08
- Correctly ignore
node_modules
per default
2020-06-02
- Fix incorrect
main
prop in package.json
2020-05-30
- Increase performance by instantiating ESLint only once
2020-05-28
- Initial release