Releases: lo1tuma/eslint-plugin-mocha
Releases · lo1tuma/eslint-plugin-mocha
10.0.3
10.0.2
10.0.1
10.0.0
Breaking Changes
Features
Enhancements
- Add rule documentation URLs (and eslint-plugin-eslint-plugin) (#294)
Documentation
- Remove unavailable badge from README (#305)
Dependency Upgrades
- Update devDependencies (#301)
Code Refactoring
- Remove eslint-config-holidaycheck dev dependency (#300)
Build-Related
- Add
markdownlint
and fix linting issues (#306)
9.0.0
Breaking Changes
- Drop support for node v10 (#285)
Bug Fixes
- Fix false positive in no-setup-in-describe (#293)
Features
- Add "all" config preset which enables all rules (#281)
Enhancements
- Improve no-skipped performance (#292)
- Improve no-hooks-for-single-case performance (#291)
- Improve no-nested-tests performance (#290)
- Improve performance of no-identical-title (#289)
- Improve no-setup-in-describe performance (#287)
- Improve no-mocha-arrows performance (#288)
- Improve performance of no-exports rule (#286)
- Enable all rules during runtime benchmark (#282)
Dependency Upgrades
- Update dependencies (#284)
Build-Related
- Add node v16 to CI environments (#283)
8.1.0
Bug Fixes
- Fix prefer-arrow-callback to not fail when using import.meta (#266)
Enhancements
- Speed up no-exclusive-tests and no-pending-tests (#276)
- set env.mocha on recommended config (#273)
- Add benchmarks for runtime with many files (#269)
Documentation
Build-Related
- Improve benchmark test reliability (#277)
8.0.0
Breaking Changes
- Consistently use shared settings in all rules (#262)
- remove autofix from no-skipped-tests rule fix (#258)
Features
- New rule no-exports (#263)
Enhancements
- New option
ignoreSkipped
forhandle-done-callback
rule (#260)
Documentation
- Add meta.docs.description to all rules (#257)
Dependency Upgrades
- Update dependencies (#259)
Code Refactoring
- Use includes instead of indexOf (#261)
7.0.1
7.0.0
6.3.0
Bug Fixes
- no-hooks-for-single-case: fix false postive in nested suites (#238)
- Fix max-top-level-suites to ignore generated suites (#239)
- Check static template strings in valid-test-description and valid-suite-description (#237)
Enhancements
- no-hooks: add option to allow certain kind of hooks (#236)
- Add schemas for options (and remove for files which are using settings) (#234)
- Add
u
flag in RegExp forvalid-test-description
andvalid-suite-description
(#232) - Add
fixable
property to fixable rules (and mention in docs) (#228) - add plugin to recommended config (#226)
Documentation
- Indicate whether rule is recommended (#229)
- "Options" heading in doc files (and consistent level 2 heading) (#233)
- Doc syntax issue (#231)