Releases: e18e/eslint-plugin
Releases · e18e/eslint-plugin
0.3.0
What's Changed
- chore(deps-dev): bump the development-dependencies group across 1 directory with 10 updates by @dependabot[bot] in #73
- chore(deps-dev): bump the development-dependencies group with 6 updates by @dependabot[bot] in #74
- docs: update sponsors image link by @ghostdevv in #75
- chore(deps-dev): bump the development-dependencies group with 4 updates by @dependabot[bot] in #78
- chore(deps): bump actions/setup-node from 6.2.0 to 6.3.0 in the github-actions group by @dependabot[bot] in #76
- chore(deps): bump eslint-plugin-depend from 1.4.0 to 1.5.0 in the production-dependencies group by @dependabot[bot] in #77
- chore(deps-dev): bump the development-dependencies group with 8 updates by @dependabot[bot] in #80
- fix(prefer-array-fill): do not flag non-constant factory functions by @yharaskrik in #72
- fix: ignore stateful regex flags by @43081j in #85
- feat: type-enhanced prefer-array-to-reversed by @43081j in #84
- feat: type-enhance prefer-spread-syntax by @43081j in #86
- fix: handle optional chaining and multiple expressions by @43081j in #87
New Contributors
- @yharaskrik made their first contribution in #72
Full Changelog: 0.2.0...0.3.0
0.2.0
What's Changed
- make eslint and oxlint optional peer deps by @gameroman in #57
- feat(prefer-array-to-sorted): add type enhanced logic by @43081j in #59
- docs: add sponsors by @ghostdevv in #60
- chore: support ESLint 10.x by @43081j in #63
- feat: new rule prefer-static-regex by @43081j in #64
- feat: new rule
prefer-inline-equalityby @43081j in #65 - chore: remove prefer-inline-equality from recommended for now by @43081j in #66
New Contributors
- @gameroman made their first contribution in #57
- @ghostdevv made their first contribution in #60
Full Changelog: 0.1.4...0.2.0
0.1.4
What's Changed
- chore(deps-dev): bump the development-dependencies group with 4 updates by @dependabot[bot] in #35
- chore(deps-dev): bump the development-dependencies group with 4 updates by @dependabot[bot] in #37
- chore(deps-dev): bump the development-dependencies group with 6 updates by @dependabot[bot] in #38
- chore: document package.json integration by @43081j in #40
- chore(deps-dev): bump the development-dependencies group with 8 updates by @dependabot[bot] in #42
- chore(deps): bump actions/setup-node from 6.1.0 to 6.2.0 in the github-actions group by @dependabot[bot] in #41
- chore(deps-dev): bump the development-dependencies group with 8 updates by @dependabot[bot] in #44
- chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 in the github-actions group by @dependabot[bot] in #43
- fix(prefer-spread-syntax): exclude
Buffer.concatby @43081j in #48 - fix(prefer-timer-args): exclude
thisby @43081j in #49 - fix(prefer-array-at): make the rule type-enhanced by @43081j in #50
- feat(prefer-array-some): new rule by @43081j in #52
- fix(prefer-timer-args): exclude member expressions by @43081j in #53
Full Changelog: 0.1.3...0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
What's Changed
- Bump the github-actions group with 2 updates by @dependabot[bot] in #1
- feat: add
prefer-array-to-reversedrule by @43081j in #3 - feat: lint self by @43081j in #4
- feat: rename
prefer-array-includesby @43081j in #5 - feat: add
prefer-exponentiation-operatorrule by @43081j in #6 - feat: add
prefer-object-has-ownrule by @43081j in #7 - feat: add
prefer-array-to-sortedrule by @43081j in #8 - feat: add
prefer-array-to-splicedrule by @43081j in #9 - feat: add
prefer-spread-syntaxrule by @43081j in #11 - feat: add
prefer-url-canparserule by @43081j in #12 - feat: add
prefer-nullish-coalescingrule by @43081j in #13 - chore(deps): bump the github-actions group with 2 updates by @dependabot[bot] in #14
- feat: add
no-indexof-equalityrule by @43081j in #17 - docs: update wording around types by @43081j in #18
- chore(deps-dev): bump the development-dependencies group across 1 directory with 5 updates by @dependabot[bot] in #19
- feat: add
prefer-timer-argsrule by @43081j in #20 - feat: add
prefer-array-from-maprule by @43081j in #21 - feat: add
Array.from(iter)to spread rule by @43081j in #22 - feat: use TSESLint types for typed rules by @43081j in #23
- chore: update readme warning by @43081j in #24
- feat: add oxlint support by @43081j in #25
- docs: usage with oxlint by @43081j in #26
New Contributors
- @dependabot[bot] made their first contribution in #1
- @43081j made their first contribution in #3
Full Changelog: https://github.com/e18e/eslint-plugin/commits/0.1.0