Skip to content

Releases: taskworld/eslint-plugin-local

v6.0.0

04 Aug 13:24
Compare
Choose a tag to compare

BREAKING CHANGES

  • better rule testing outputs (80b987b)

v5.0.1

22 Jun 10:50
Compare
Choose a tag to compare

Bug Fixes

  • misspelled eslint.config file (274e139)

v5.0.0

22 Jun 07:49
Compare
Choose a tag to compare

BREAKING CHANGES

v4.2.2

19 Apr 07:50
Compare
Choose a tag to compare

Bug Fixes

  • breaking changes in testRunner from ESLint v9 (ca04238)

v4.2.1

14 Feb 08:00
Compare
Choose a tag to compare

Bug Fixes

  • could not run "test" command (8afd7be)

v4.2.0

14 Feb 07:29
Compare
Choose a tag to compare

Features

  • export type definitions for plugin consumer (e1850fc)

v4.1.1

13 Feb 15:41
Compare
Choose a tag to compare

Bug Fixes

  • unexpected argument checking for "test" command when running inside ESLint (e9d5adc)

v4.1.0

13 Feb 10:40
Compare
Choose a tag to compare

Features

  • support string in valid test cases (4529598)

v4.0.0

12 Feb 10:10
Compare
Choose a tag to compare

BREAKING CHANGES

  • new output format for "test" command (5c086fa)

Features

  • support --bail and --silent for "test" command (419ae65)
  • filter test cases with only across multiple rules (63d2b6c)

v3.2.1

05 Feb 11:53
Compare
Choose a tag to compare

Bug Fixes

  • could not use only function to filter test cases (4720aeb)