Skip to content

Latest commit

 

History

History
58 lines (31 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

58 lines (31 loc) · 1.28 KB

Changelog

5.0.0 (19.05.2023)

Dropped Node.js 12 support.

Added Node.js 16 & 18 support.

Read more in the migration guide.

4.0.1 (10.06.2021)

Fixed several security vulnerabilities:

4.0.0 (23.06.2020)

  • Update ESLint to 5.16.0.
  • Refactoring.
  • Change license to MIT.
  • Publish the package to Github & public npm.

3.1.2 (01.03.2019)

  • Fix typos in README & CHANGELOG.

3.1.1 (01.03.2019)

  • Fix false-negative check for describe (describe.skip, etc).

3.1.0 (03.10.2018)

  • Update examples in README.
  • Add Russian version of README.

3.0.0 (28.09.2018)

  • Rename the package to @funboxteam/eslint-plugin-no-only-tests.

2.0.1 (31.08.2018)

  • Add @funboxteam to README.

2.0.0 (06.07.2018)

  • Add .editorconfig, .gitignore & package-lock.json.
  • Move the package into @funboxteam scope.

1.0.0 (10.01.2017)

  • Add first implementation of the rule no-only.