Releases: fsubal/eslint-plugin-classnames
Releases · fsubal/eslint-plugin-classnames
v0.4.0
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
- @fsubal made their first contribution in #7
- @dependabot made their first contribution in #11
Full Changelog: v0.3.0...v0.4.0
v0.3.1
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
- ESLint 8+ requires rules to have
- Updated deps
- Bump typescript from 4.3.5 to 4.9.4 by @dependabot in #11
- Bump mocha from 7.2.0 to 10.2.0 by @dependabot in #12
- Bump eslint and @types/eslint by @dependabot in #9
- Bump @types/estree from 0.0.49 to 1.0.0 by @dependabot in #10
- Bump @types/estree-jsx from 0.0.1 to 1.0.0 by @dependabot in #8
New Contributors
- @fsubal made their first contribution in #7
- @dependabot made their first contribution in #11
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- [BREAKING]
maxSpaceSepar*e*ted
is nowmaxSpaceSepar*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