Skip to content

Releases: lo1tuma/eslint-plugin-mocha

6.2.1

28 Oct 11:55
Compare
Choose a tag to compare

Bug Fixes

  • Fix no-setup-in-describe to allow mocha config calls (#215)
  • Relax no-synchronous-tests to allow non literals from concise arrows (#216)

Documentation

  • Minor documentation tweaks (#217)

Dependency Upgrades

  • Update devDependencies (#218)

6.2.0

14 Oct 10:55
Compare
Choose a tag to compare

Enhancements

  • Startup Performance Optimization (#214)

6.1.1

11 Sep 11:51
Compare
Choose a tag to compare

Bug Fixes

  • Fix no-setup-in-describe to allow Mocha suite config (#209)

6.1.0

22 Aug 12:29
Compare
Choose a tag to compare

Enhancements

  • Add custom message for valid-suite-description (#207)
  • Add custom message for valid-test-description rule (#206)

6.0.0

17 Jul 15:16
Compare
Choose a tag to compare

Breaking Changes

  • Revamped recommended ruleset (#200)
  • Drop nodejs 6 support (#197)

Bug Fixes

  • Fix no-setup-in-describe to correctly detect describe calls (#196)
  • Fix no-setup-in-describe to work with arrow functions (#195)

Features

  • Implement no-return-from-async rule (#190)

Dependency Upgrades

  • Update dev dependencies (#199)

Build-Related

  • Add nodejs to travis build environments (#198)

5.3.0

13 Feb 20:11
Compare
Choose a tag to compare

Features

  • Implement no-async-describe rule (#188)

5.2.1

08 Jan 14:10
Compare
Choose a tag to compare

Bug Fixes

  • Remove invalid test-cases and unreachable code from prefer-arrow-callback (#186)
  • Fix invalid syntax in test case (#182)

Documentation

  • Fixing typo (#184)
  • Replace warning with warn (#181)

Dependency Upgrades

  • Update dependencies (#187)
  • Update eslint-plugin-node to the latest version 🚀 (#173)

5.2.0

13 Aug 16:09
Compare
Choose a tag to compare

Enhancements

  • Prohibit tests in beforeEach etc. hook calls (#174)

5.1.0

06 Jul 10:36
Compare
Choose a tag to compare

Bug Fixes

  • Issue #166: No setup in describe hooks (#167)

Features

  • Adds mocha-aware prefer-arrow-callback rule (#163)

Dependency Upgrades

  • Update eslint-config-holidaycheck to version 0.13.1 (#170)
  • Update eslint to version 5.0.1 (#169)
  • Update nyc to version 12.0.2 (#168)

Build-Related

  • Add node 10 build environment (#171)

5.0.0

24 Mar 13:16
Compare
Choose a tag to compare

Breaking Changes

  • Remove support for ESLint versions < 4.0.0 (#155)
  • Remove support for nodejs 4, 5 and 7 (#154)

Dependency Upgrades

  • Update pr-log to the latest version 🚀 (#159)
  • Update chai to version 4.1.2 (#151)

Code Refactoring

  • Use new language features (#156)

Build-Related

  • Use nyc instead of istanbul (#153)
  • Whitelist files instead of using .npmignore (#152)