Releases: mizdra/eslint-interactive
Releases · mizdra/eslint-interactive
v6.2.0
v6.1.0
Release v6.0.0
Release v5.0.0
Release v4.0.1
Release v4.0.0
feat
- [EXPERIMENTAL] Support to make forcibly fixable and run
eslint --fix
: #76- Inspired by @odanado's idea. Thanks!
- demo: #76 (comment)
fix
docs
- Improve action description: #75
deps
BREAKING CHANGES
Release v3.0.0
feat
- Print documentation links of rule: #54
- Show warning for problems generated by ESLint core: #65
- Support to disable problems per file: #68
- demo: #68 (comment)
fix
docs
deps
BREAKING CHANGES
- Rename
--ruledir
to--rulesdir
: #56
Release v2.1.0
feat
- Change the format of problem statistics: #43 (comment)
- Support ESLint v8: #49
fix
- Fix ENOENT of
applySuggestion
: #51
deps
- Update dependency cli-table to
^0.3.6
: #43
docs
- Rename default branch: #48
Release v2.0.0
BREAKING CHANGES
- Drop
[email protected]–7.x
and[email protected]–13.x
(#19)
New Features
- [EXPERIMENTAL] Support to apply suggestion automatically (#5)
- demo: #38 (comment)
- Add
--format
option (#36) - Support displaying problems without pager (#30)
Bug Fix
- Fix an issue where the number of errors and the number of files from which the errors originated were reversed (#32)