Skip to content

Releases: lo1tuma/eslint-plugin-mocha

10.4.3

19 Apr 07:26
Compare
Choose a tag to compare

Bug Fixes

  • Fix support for ESLint versions < 8.40.0

10.4.2

10 Apr 10:46
Compare
Choose a tag to compare

Bug Fixes

  • Stop using deprecated ESLint context methods

10.4.1

08 Mar 08:56
Compare
Choose a tag to compare

Bug Fixes

  • Downgrade globals package to support node versions < v18

10.4.0

07 Mar 08:19
Compare
Choose a tag to compare

Features

  • Add support for eslint flat config format (#349)

10.3.0

16 Feb 11:43
Compare
Choose a tag to compare

Features

  • Add consistent-spacing-between-blocks rule (#340)

Documentation

  • Add screendriver to contributors (#339)

10.2.0

25 Sep 11:22
Compare
Choose a tag to compare

Features

  • Support function calls as custom names (to stop false warnings) (#336)

Documentation

  • Automate docs with eslint-doc-generator (#330)

Dependency Upgrades

  • Update all dependencies (#334)

Build-Related

  • Include Node.js v20 in continuous integration pipeline (#338)
  • Introduce "release-it" to make releases more comfortable (#337)

10.1.0

20 Jul 07:30
Compare
Choose a tag to compare

Enhancements

  • Support this for additionalCustomNames (#329)

10.0.5

27 May 11:09
Compare
Choose a tag to compare

Bug Fixes

  • Support Node 18 + switch from ramda to rambda (#326)

Code Refactoring

  • Add unit tests to verify the correct reference is analyzed for shadowing (#328)

10.0.4

11 Apr 13:42
Compare
Choose a tag to compare

Documentation

  • Document recommended error level (#317)

Dependency Upgrades

  • Bump package versions due to vulnerability issues (#320)

10.0.3

14 Dec 11:37
Compare
Choose a tag to compare

Bug Fixes

  • Allow dynamic expressions as description argument in no-empty-description (#316)