Releases: davidcalhoun/eslint-plugin-test-selectors
Releases · davidcalhoun/eslint-plugin-test-selectors
v2.1.1
v2.1.0
What's Changed
- Support multiple test attributes by @KhaledMohamedP in #19
- New tests for multiple test attributes; formatting; fix Dependabot 4; Github Actions for unit testing by @davidcalhoun in #21
- 2.1.0 by @davidcalhoun in #22
New Contributors
- @KhaledMohamedP made their first contribution in #19
Full Changelog: v2.0.4...v2.1.0
v2.0.4
What's Changed
- Chore/bump deps; update package bump script by @davidcalhoun in #14
Full Changelog: v2.0.3...v2.0.4
v2.0.0
- major version breaking changes: upgrade ESLint to
8.5.0
, mocha to9.1.3
- new
onSubmit
rule thanks to @jzatt ! (PR) - fixes moderate security advisory in dependency chalk/ansi-regex
v1.3.1
- chore: semver updates for eslint, mocha, nanoid
v1.3.0
- Add auto-fix capability to
onClick
(thank you @bkonuwa and @pixelbandito). (#8)