Skip to content

Releases: gavinaiken/eslint-plugin-chai-expect-keywords

v3.1.0

28 Jul 14:43
7c9a23f
Compare
Choose a tag to compare

Added names to flat configs

v3.0.0

13 May 15:20
3f57eac
Compare
Choose a tag to compare

Breaking change from v2.x to support the new flat config format for eslint >= 9.

Functionality is the same but you should use eslint 9 or above with the new flat config format.

What's Changed

Full Changelog: v2.0.1...v3.0.0

v2.0.0

25 Feb 12:45
Compare
Choose a tag to compare

Breaking change from v1.0.0 due to dependence on node version >= 8.3.

Functionality is the same as v1.0.0 and should be a safe & seamless update if you are using that version of node or later, with no changes to the .eslintrc.json required in order to use the new version.

Changes include:

  • update rule format to latest eslint spec
  • added recommended and all configs to avoid having to specify options in the eslint config
  • use ES6 features to improve code
  • support Chai DOM keywords
  • support return statements for better chai-as-promised compatibility