Skip to content

Releases: mizdra/eslint-interactive

v6.2.0

05 Feb 08:29
Compare
Choose a tag to compare

Feature

  • Change spinner design: #121

Bug Fix

  • Fix an issue where the cache is not reused: #131
  • Fix process staying alive when no error was found: #134
  • Fix not working with Node.js v14.x: #135
  • Fix process not terminating on handled/unhandled rejection: #136
  • Fix source-map-support not found: #137

v6.1.0

01 Jan 16:53
Compare
Choose a tag to compare

Feature

Documentation

Release v6.0.0

28 Dec 16:58
Compare
Choose a tag to compare

Feature

  • Make the warning message easier to read: #98
  • Make statistic table compact: #99

Bug Fix

  • Fix failure of eslint-interactive to start on Ubuntu: #95
  • Fix spinner freezing issue: #103

Documentation

Maintenance

BREAKING CHANGES

  • Drop node < 14.3.1: #106

Release v5.0.0

20 Dec 15:05
Compare
Choose a tag to compare

feat

fix

docs

deps

BREAKING CHANGES

  • Disable documentation links temporarily: #87

Release v4.0.1

20 Dec 14:47
Compare
Choose a tag to compare

feat

fix

  • Fix problem that command installation is failed: #86

docs

deps

BREAKING CHANGES

Release v4.0.0

20 Dec 14:46
Compare
Choose a tag to compare

feat

  • [EXPERIMENTAL] Support to make forcibly fixable and run eslint --fix: #76

fix

docs

  • Improve action description: #75

deps

BREAKING CHANGES

  • The interface of the filter script has been changed: #73
  • eslint-interactive installed globally will no longer be officially supported: #79

Release v3.0.0

01 Dec 16:37
Compare
Choose a tag to compare

feat

  • Print documentation links of rule: #54
  • Show warning for problems generated by ESLint core: #65
  • Support to disable problems per file: #68

fix

docs

deps

BREAKING CHANGES

  • Rename --ruledir to --rulesdir: #56

Release v2.1.0

18 Oct 15:07
Compare
Choose a tag to compare

feat

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

07 Sep 15:04
Compare
Choose a tag to compare

BREAKING CHANGES

New Features

  • [EXPERIMENTAL] Support to apply suggestion automatically (#5)
  • 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)

Release v1.2.0

31 Aug 16:11
Compare
Choose a tag to compare

New Features

  • Support to add disable description (#16)

Fix

  • Support to parse comment containing disable description (#15)