File tree Expand file tree Collapse file tree 3 files changed +35
-2
lines changed Expand file tree Collapse file tree 3 files changed +35
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 9.0.0 (May 26, 2021)
2
+
3
+ ### Breaking Changes
4
+
5
+ * Drop support for node v10 ([ #285 ] ( https://github.com/lo1tuma/eslint-plugin-mocha/pull/285 ) )
6
+
7
+ ### Bug Fixes
8
+
9
+ * Fix false positive in no-setup-in-describe ([ #293 ] ( https://github.com/lo1tuma/eslint-plugin-mocha/pull/293 ) )
10
+
11
+ ### Features
12
+
13
+ * Add "all" config preset which enables all rules ([ #281 ] ( https://github.com/lo1tuma/eslint-plugin-mocha/pull/281 ) )
14
+
15
+ ### Enhancements
16
+
17
+ * Improve no-skipped performance ([ #292 ] ( https://github.com/lo1tuma/eslint-plugin-mocha/pull/292 ) )
18
+ * Improve no-hooks-for-single-case performance ([ #291 ] ( https://github.com/lo1tuma/eslint-plugin-mocha/pull/291 ) )
19
+ * Improve no-nested-tests performance ([ #290 ] ( https://github.com/lo1tuma/eslint-plugin-mocha/pull/290 ) )
20
+ * Improve performance of no-identical-title ([ #289 ] ( https://github.com/lo1tuma/eslint-plugin-mocha/pull/289 ) )
21
+ * Improve no-setup-in-describe performance ([ #287 ] ( https://github.com/lo1tuma/eslint-plugin-mocha/pull/287 ) )
22
+ * Improve no-mocha-arrows performance ([ #288 ] ( https://github.com/lo1tuma/eslint-plugin-mocha/pull/288 ) )
23
+ * Improve performance of no-exports rule ([ #286 ] ( https://github.com/lo1tuma/eslint-plugin-mocha/pull/286 ) )
24
+ * Enable all rules during runtime benchmark ([ #282 ] ( https://github.com/lo1tuma/eslint-plugin-mocha/pull/282 ) )
25
+
26
+ ### Dependency Upgrades
27
+
28
+ * Update dependencies ([ #284 ] ( https://github.com/lo1tuma/eslint-plugin-mocha/pull/284 ) )
29
+
30
+ ### Build-Related
31
+
32
+ * Add node v16 to CI environments ([ #283 ] ( https://github.com/lo1tuma/eslint-plugin-mocha/pull/283 ) )
33
+
1
34
## 8.2.0 (May 25, 2021)
2
35
3
36
### Enhancements
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-mocha" ,
3
- "version" : " 8.2 .0" ,
3
+ "version" : " 9.0 .0" ,
4
4
"description" : " Eslint rules for mocha." ,
5
5
"engines" : {
6
6
"node" : " >=12.0.0"
You can’t perform that action at this time.
0 commit comments