Skip to content

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 31 Jan 06:15
· 1 commit to afb525637dd29ec502c11552e3bcd19542294192 since this release
2c7aa7e

What's Changed

  • Code refactored for improved maintainability
  • Dependencies updated to the latest major versions
  • Add context-specific messaging for non-fixable hook violations. Fixes #51
  • Prevent conditional/loop/early-return hook autofixes. Fixes #57
  • Stop repeated useMemo wrapping on hook return spreads. Fixes #59
  • Skip require-usememo in async server components. Fixes #60

Breaking

  • Dropped support for ESLint v8 in favor of v9
  • To ensure a more consistent package export, only named exports were kept, and the default export was removed.

Full Changelog: v2.4.4...v3.0.0