Skip to content

Latest commit

 

History

History
87 lines (43 loc) · 5.33 KB

CHANGELOG.md

File metadata and controls

87 lines (43 loc) · 5.33 KB

3.1.0 (2024-07-26)

Features

  • Upgrade dependencies, add react plugin with v9 support (#121) (5dd72d4)

3.0.2 (2024-04-21)

Bug Fixes

  • index.d.ts reference in package.json (#84) (9021a30)

3.0.1 (2024-04-21)

Bug Fixes

  • Remove rules that don't support ESLint v9 yet, add index.d.ts (#83) (837d807)

3.0.0 (2024-04-20)

chore

  • Change nodeLinker to pnpm to fix semantic-release missing deps (#80) (f5528a6)

Features

  • Add code quality and testing github actions (#73) (9aa619f)

BREAKING CHANGES

  • The new eslint v9 version uses the new API that is not compatible with v8 and previous releases.

2.1.0 (2023-12-23)

Features

  • Improve currently used rules, add more hooks checks (#55) (eeab52e)

2.0.2 (2023-10-19)

Bug Fixes

  • Add missing deps, remove unnecessary extend (#23) (0da5258)

2.0.1 (2023-10-19)

Bug Fixes

1.0.3 (2023-10-09)

Bug Fixes

1.0.2 (2023-09-26)

Bug Fixes

  • Prettier and eslint-plugin-prettier compatibility issue (#5) (04624c9)

1.0.1 (2023-09-26)

Bug Fixes

1.0.0 (2023-09-26)

Bug Fixes

Features