Skip to content

Releases: fsubal/eslint-plugin-classnames

v0.4.0

22 Jul 12:40
25554f5
Compare
Choose a tag to compare

What's Changed

  • add hasSuggestions for newer eslint by @fsubal in #7
  • Bump dependencies by @dependabot
  • Support flat config inside tests in #88
    • All tests are written in ESM, but the library is still CJS ( so it's not a breaking change )

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.1

21 Jan 09:28
Compare
Choose a tag to compare

What's Changed

  • [Bug fix] Add meta.hasSuggestions for newer eslint by @fsubal in #7
    • ESLint 8+ requires rules to have meta.hasSuggestions, but we did not have it
  • Updated deps

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

10 Jan 12:54
Compare
Choose a tag to compare

What's Changed

  • [BREAKING] maxSpaceSepar*e*ted is now maxSpaceSepar*a*ted. Just fixed a typo but it is a breaking change #1 . It's not a major release since breaking changes are allowed in 0.x.x versions
  • Fix prefer-classnames-function being applied wrong by @CSFlorin in #6

New Contributors

  • @CSFlorin made their first contribution in #6

Full Changelog: 0.2.1...v0.3.0

v0.2.1

24 Jul 07:23
Compare
Choose a tag to compare

Created two rules

  • classnames/prefer-classnames-function
  • classnames/one-by-one-arguments