From b2d8c9e0933f4200c6030bbacb5896951a0cd85d Mon Sep 17 00:00:00 2001 From: Mathias Schreck Date: Wed, 19 Feb 2020 12:35:18 +0100 Subject: [PATCH] 6.3.0 --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97edc17..580baa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,35 @@ +## 6.3.0 (February 19, 2020) + +### Bug Fixes + +* no-hooks-for-single-case: fix false postive in nested suites ([#238](https://github.com/lo1tuma/eslint-plugin-mocha/pull/238)) +* Fix max-top-level-suites to ignore generated suites ([#239](https://github.com/lo1tuma/eslint-plugin-mocha/pull/239)) +* Check static template strings in valid-test-description and valid-suite-description ([#237](https://github.com/lo1tuma/eslint-plugin-mocha/pull/237)) + +### Enhancements + +* no-hooks: add option to allow certain kind of hooks ([#236](https://github.com/lo1tuma/eslint-plugin-mocha/pull/236)) +* Add schemas for options (and remove for files which are using settings) ([#234](https://github.com/lo1tuma/eslint-plugin-mocha/pull/234)) +* Add `u` flag in RegExp for `valid-test-description` and `valid-suite-description` ([#232](https://github.com/lo1tuma/eslint-plugin-mocha/pull/232)) +* Add `fixable` property to fixable rules (and mention in docs) ([#228](https://github.com/lo1tuma/eslint-plugin-mocha/pull/228)) +* add plugin to recommended config ([#226](https://github.com/lo1tuma/eslint-plugin-mocha/pull/226)) + +### Documentation + +* Indicate whether rule is recommended ([#229](https://github.com/lo1tuma/eslint-plugin-mocha/pull/229)) +* "Options" heading in doc files (and consistent level 2 heading) ([#233](https://github.com/lo1tuma/eslint-plugin-mocha/pull/233)) +* Doc syntax issue ([#231](https://github.com/lo1tuma/eslint-plugin-mocha/pull/231)) + +### Code Refactoring + +* Nondeprecated rule format ([#235](https://github.com/lo1tuma/eslint-plugin-mocha/pull/235)) +* Alphabetize rule lists ([#227](https://github.com/lo1tuma/eslint-plugin-mocha/pull/227)) + +### Build-Related + +* - npm: Add package-lock.json ([#230](https://github.com/lo1tuma/eslint-plugin-mocha/pull/230)) +* ✉️ Send a webhook to Coveralls when the build completes ([#222](https://github.com/lo1tuma/eslint-plugin-mocha/pull/222)) + ## 6.2.2 (November 22, 2019) ### Bug Fixes diff --git a/package.json b/package.json index 10834be..7fd7e8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-mocha", - "version": "6.2.2", + "version": "6.3.0", "description": "Eslint rules for mocha.", "engines": { "node": ">=8.0.0"