UNPKG

mocha-eslint

Version:
77 lines (54 loc) 1.72 kB
# mocha-eslint Changelog ### 7.0.0 * [BREAKING] Update to ESLint version 7 * [BREAKING] Drop support for Node < 10.12.0 ### 6.0.0 * [BREAKING] Update to ESLint version 6 * [ENHANCEMENT] Support Mocha 6 ### 5.0.0 * [BREAKING] Update to ESLint verison 5 * [BREAKING] Drop support for Node < 6 ### 4.1.0 * [ENHANCEMENT] Add `contextName` option to control Mocha report output ### 4.0.0 * [BREAKING] Update to ESLint `^4.2.0` ### 3.0.1 * [BUGFIX] Remove tests from npm package ### 3.0.0 * [BREAKING] Update to ESLint 3.0.0 ### 2.1.1 * [BUGFIX] Prevent error when no options are given ### 2.1.0 * [ENHANCEMENT] Support Mocha `slow` override option * [ENHANCEMENT] Add `strict` option to treat warnings as failures ### 2.0.2 * [BUGFIX] Prevent duplicate error messages when more than one file with errors ### 2.0.1 * [BUGFIX] Prevent duplicate error messages ### 2.0.0 * [ENHANCEMENT] Add multiple globs and negation support * [ENHANCEMENT] Add mocha timeout option * [BREAKING] Update to ESLint 2.0.0 ### 1.0.0 * [BREAKING] Update to ESLint 1.0.0 ### v0.2.0 * [ENHANCEMENT] Add alwaysWarn option, defaults to true * [ENHANCEMENT] Increment ESLint to v0.24.0 ### v0.1.7 * [ENHANCEMENT] Increment ESLint to v0.21.0 ### v0.1.6 * [ENHANCEMENT] Increment ESLint to v0.20.0 ### v0.1.5 * [ENHANCEMENT] Increment ESLint to v0.19.0 ### v0.1.4 * [ENHANCEMENT] Increment ESLint to v0.18.0 ### v0.1.3 * [BUGFIX] Fix glob dependency ### v0.1.2 * [ENHANCEMENT] Add ability to pass glob patterns as arguments * [BUGFIX] Display ESLint warnings even if tests pass ### v0.1.1 * [ENHANCEMENT] Added acceptance tests ### v0.1.0 * [BUGFIX] Removed template strings for Node compatibility * [ENHANCEMENT] Added badges to readme