Skip to content

Latest commit

 

History

History
272 lines (82 loc) · 8.23 KB

File metadata and controls

272 lines (82 loc) · 8.23 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

4.0.0 (2024-02-16)

Features

3.3.2 (2023-11-16)

Note: Version bump only for package @strv/eslint-config-mocha

3.3.1 (2023-07-11)

Note: Version bump only for package @strv/eslint-config-mocha

3.3.0 (2023-07-06)

Features

  • upgrade eslint-plugin-mocha to v10.1.0 (016a1d8)

3.2.0 (2022-07-18)

Features

3.1.0 (2022-03-23)

Features

  • rule: support ESLint v8, many new rules 🎉 (aaf5708)

3.0.0 (2021-09-07)

Note: Version bump only for package @strv/eslint-config-mocha

3.0.0-alpha.5 (2021-09-07)

Bug Fixes

  • rule: use correct semver ranges for engines.node 🤦‍♂️ (5f1737f)

chore

  • deps: upgrade all deps 💣 (3a827aa)
  • repo: bump minimum Node.js version (a8125c2)

BREAKING CHANGES

  • repo: All packages must now be used with a minimum of Node.js 14 or 16.
  • deps: Most dependencies have been upgraded to a newer major version. Most of the time these upgrades dropped support for old Node.js versions.

3.0.0-alpha.4 (2021-05-05)

Note: Version bump only for package @strv/eslint-config-mocha

3.0.0-alpha.3 (2021-03-27)

Note: Version bump only for package @strv/eslint-config-mocha

3.0.0-alpha.2 (2020-10-09)

Note: Version bump only for package @strv/eslint-config-mocha

3.0.0-alpha.1 (2020-10-09)

Note: Version bump only for package @strv/eslint-config-mocha

3.0.0-alpha.0 (2020-10-09)

Features

  • eslint-mocha: upgrade eslint-plugin-mocha to v8 (e554e82)

BREAKING CHANGES

2.2.1 (2020-02-11)

Note: Version bump only for package @strv/eslint-config-mocha

2.2.0 (2020-02-07)

Features

  • eslint-mocha: upgrade eslint-plugin-mocha to 6.2 (55b0aba)

2.1.1 (2019-08-27)

Bug Fixes

  • eslint-mocha: disable max-classes-per-file for test files (a932365)
  • eslint-mocha: use correct reference for mocha/no-return-from-async (35a0aff)

2.1.0 (2019-08-24)

Bug Fixes

  • eslint-mocha: disable import/no-unused-modules rule for tests (73185a6)

Features

  • eslint-mocha: enable no-return-from-async rule (0b442a6)

2.0.0 (2019-06-22)

Features

  • drop support for Node.js 6 & 8 (4add1ff)
  • explicitly mark configs as ESLint v6 compatible 🎉 (017d975)

BREAKING CHANGES

  • From now on, all ESLint plugins will only work on projects running Node.js 10 and above and the linter itself must be run using Node.js 10 and above.

1.1.3 (2019-04-30)

Note: Version bump only for package @strv/eslint-config-mocha

1.1.2 (2019-04-09)

Note: Version bump only for package @strv/eslint-config-mocha

1.1.1 (2019-04-05)

Bug Fixes

  • eslint-mocha: use correct rule name for no-async-describe 🤦‍♂️ (bd5a4e3)

1.1.0 (2019-03-07)

Features

  • eslint-mocha: add no-async-describe (3a0036a)

1.0.0 (2019-03-04)

Note: Version bump only for package @strv/eslint-config-mocha

0.1.1-alpha.1 (2019-02-08)

Bug Fixes

  • fix property access in the base's globs module (8cc22fd)

0.1.1-alpha.0 (2019-02-07)

Features