Skip to content

Releases: mizdra/eslint-interactive

v10.3.0

07 Dec 15:28
16c87ed
Compare
Choose a tag to compare

What's Changed

Feature

  • Support --ignore-path option by @mizdra in #244
    • This feature was proposed by @B2o5T. Thanks!

Maintenance

  • Improve the performance of vscode-jest by @mizdra in #245

Dependencies

  • chore(deps): update dependency @types/estraverse to ^5.1.2 by @renovate in #237
  • chore(deps): update dependency @types/yargs to ^17.0.13 by @renovate in #238
  • chore(deps): update dependency typescript to ^4.8.4 by @renovate in #239
  • chore(deps): update dependency @babel/core to ^7.19.6 by @renovate in #240
  • fix(deps): update dependency table to ^6.8.1 by @renovate in #241
  • chore(deps): update dependency @babel/core to ^7.20.5 by @renovate in #242

Full Changelog: v10.2.0...v10.3.0

v10.2.0

02 Sep 17:12
Compare
Choose a tag to compare

What's Changed

Feature

CI

  • Increase the threshold of continuous benchmark by @mizdra in #232

Dependencies

  • chore(deps): update dependency typescript to ^4.8.2 by @renovate in #234
  • chore(deps): update dependency eslint to ^8.23.0 by @renovate in #235
  • chore(deps): update jest monorepo to v29 (major) by @renovate in #236

Full Changelog: v10.1.0...v10.2.0

v10.1.0

02 Sep 15:23
Compare
Choose a tag to compare

What's Changed

Feature

  • Add support for overrideConfig in Programmable API by @adidahiya in #231

Bug

  • Fix wrong default values for quiet and formatterName options in the Programmable API by @adidahiya in #231

Maintenance

  • Fix failing to build devcontainer image by @mizdra in #224

Dependencies

New Contributors

Full Changelog: v10.0.0...v10.1.0

v10.0.0

05 Jul 16:03
Compare
Choose a tag to compare

What's Changed

Breaking Change

  • Limit the scope of module publication by @mizdra in #197

Documentation

  • Update screenshot by @mizdra in #194
  • Update limitation of programmable API by @mizdra in #198
  • Add the description for convertErrorToWarningPerFile action by @mizdra in #220

Feature

Maintenance

CI

  • Increase threshold of performance alert by @mizdra in #214

Dependencies

  • fix(deps): update dependency chalk to ^5.0.1 by @renovate in #192
  • chore(deps): update dependency @mizdra/eslint-config-mizdra to ^1.2.0 by @renovate in #207
  • chore(deps): update dependency @mizdra/prettier-config-mizdra to v1 by @renovate in #208
  • chore(deps): update dependency @types/estree to ^0.0.52 by @renovate in #219

Other Changes

  • chore(deps): update dependency ts-jest to ^27.1.4 by @renovate in #190
  • chore(deps): update dependency @types/jest to ^27.4.1 by @renovate in #193
  • chore(deps): update dependency @babel/core to ~7.18.2 by @renovate in #201
  • chore(deps): update jest to v28 (major) by @renovate in #199
  • chore(deps): update dependency typescript to ^4.7.3 by @renovate in #205

Full Changelog: v9.0.0...v10.0.0

v9.0.0

22 Mar 15:18
Compare
Choose a tag to compare

What's Changed

Breaking Change

  • Change package name from @mizdra/eslint-interactive to eslint-interactive by @mizdra in #184

Feature

Other Changes

Full Changelog: v8.1.0...v9.0.0

v8.1.0

18 Feb 14:25
Compare
Choose a tag to compare

What's Changed

Bug

Feature

  • Improve performance by @mizdra in #180
    • Improve performance in projects that load slow rules (e.g. @typescript-eslint' rules requiring type checking).

Refactoring

Maintenance

Full Changelog: v8.0.0...v8.1.0

v8.0.0

13 Feb 15:28
Compare
Choose a tag to compare

What's Changed

Breaking Change

Feature

Refactoring

Maintenance

Dependencies

New Contributors

Full Changelog: v7.2.0...v8.0.0

v7.2.0

12 Feb 07:34
Compare
Choose a tag to compare

Notable Changes

Feature: Undo the fix

You can now undo the last fix ✨

2022-02-12.1.54.37.mov

What's Changed

Bug

Feature

Refactoring

Other Changes

Full Changelog: v7.1.0...v7.2.0

v7.1.0

09 Feb 16:36
Compare
Choose a tag to compare

What's Changed

Bug

Feature

CI

Full Changelog: v7.0.0...v7.1.0

v7.0.0

06 Feb 14:54
Compare
Choose a tag to compare

What's Changed

Breaking Change

  • Change the status of the Programmable API to experimental by @mizdra in #143

Bug

  • Fix Display details of lint result failing during global installation by @mizdra in #138

Feature

  • Make context available to SuggestionFilter and FixableMaker by @mizdra in #144

Refactoring

Testing

  • Add test case for global installation by @mizdra in #139

Maintenance

  • Add automatically generated release note config by @mizdra in #140

Full Changelog: v6.2.0...v7.0.0