Releases: chiefmikey/eslint-plugin-disable-autofix
Releases · chiefmikey/eslint-plugin-disable-autofix
v5.0.1
v5.0.0
v4.3.0
v4.2.0
What's Changed
- Deps bumped
- Fix scoped package identification by @CreativeTechGuy in #45
New Contributors
- @CreativeTechGuy made their first contribution in #45
Full Changelog: v4.1.0...v4.2.0
v4.1.0
What's Changed
- npm: bump @types/eslint from 8.44.5 to 8.44.6 by @dependabot in #17
- fix: always use linux style separator to get the scoped plugin name by @andreww2012 in #18
New Contributors
- @andreww2012 made their first contribution in #18
Full Changelog: v4.0.6...v4.1.0
v4.0.6
What's Changed
- make lodash a dependency instead of devDependency by @sebastian-fredriksson-bernholtz in #14
- npm: bump @babel/traverse from 7.23.0 to 7.23.2 by @dependabot in #15
New Contributors
- @sebastian-fredriksson-bernholtz made their first contribution in #14
Full Changelog: v4.0.5...v4.0.6
v4.0.5
Full Changelog: v4.0.4...v4.0.5
v4.0.4
Updated README.md
Full Changelog: v4.0.1...v4.0.4
v4.0.1
Adds correct dependencies to the dist package
Full Changelog: v4.0.0...v4.0.1
v4.0.0
This release overhauls the implementation:
- functionality reduced to one file
- strengthened types
- improved path compatibility
- fixes the commonjs export / rule not found issue
- adds a small but effective test suite
As of now the minimum eslint version is v7.0.0 but have plans to improve the backwards compatibility.
Please continue to report any issues and keep an eye out for help wanted tags!
New Contributors
Full Changelog: v3.1.1...v4.0.0