Skip to content

Releases: szhsin/eslint-plugin-react-hooks-addons

v0.5.0

21 Apr 03:14
23ef341

Choose a tag to compare

  • Add support for detecting React.useEffect/React.useLayoutEffect #140
  • Include type information in the npm package #139

v0.4.1

05 Oct 11:26
3fc76cf

Choose a tag to compare

  • Support for ESLint v9 #117
  • Add flat and legacy configs #117

NOTE: this version didn't introduce breaking changes and should be a drop-in update for all ESLint versions.

v0.3.1

19 Dec 05:45
f396f37

Choose a tag to compare

Update README docs (#8)

v0.3.0

12 Dec 13:42
27c8639

Choose a tag to compare

  • Add additionalHooks option (#5)
  • Rename customComment option to effectComment

v0.2.0

10 Dec 12:40
fdc1704

Choose a tag to compare

Add customComment option (#4)

v0.1.2

08 Dec 11:38
d4b438a

Choose a tag to compare

  • Report message using messageId
  • Rule testing with RuleTester (#3)

v0.1.1

06 Dec 11:44
48bdacc

Choose a tag to compare

🚀 Initial release