Skip to content

Latest commit

Β 

History

History
124 lines (58 loc) Β· 6.33 KB

File metadata and controls

124 lines (58 loc) Β· 6.33 KB

Changelog

1.0.1 (2026-06-15)

Bug Fixes

  • add homepage and bugs.url to package.json (a5395f8)
  • update package.json#description (02d3f3f)

1.0.0 (2026-05-31)

This semantic v1.0.0 release signifies my confidence in the plugin's stability and reliability after many iterations.

Thank you to everyone that contributed real-world issues along the way!

Miscellaneous Chores

0.11.1 (2026-05-30)

Features

  • add more context to messages for clarity and actionability (efad9aa)

0.11.0 (2026-05-29)

⚠ BREAKING CHANGES

  • no-external-store-subscription: new recommended rule

Features

  • no-external-store-subscription: new recommended rule (83267dc)

0.10.4 (2026-05-29)

Features

  • follow call chains involving aliases (ddbbb5d)
  • follow named functions passed to useEffects (d98285e)

0.10.3 (2026-05-28)

Features

  • no-derived-state: remove avoidSingleSetter case (06a1874)

Bug Fixes

  • ignore arguments to upstream calls when searching for state/props (b457d15)

0.10.2 (2026-05-24)

Bug Fixes

  • no-event-handler: flag at usage instead of declaration (bffa6ab)

0.10.1 (2026-05-06)

Features

  • more idiomatic recommendation for passing to parent inside custom hooks (b0dacf4)
  • no-event-handler: flag props (d246668)

Bug Fixes

  • no-initialize-state: analyze effects that only have setter in deps (1a7174f)
  • when deps is missing, still run rules that don't rely on them (cefdfcd)

0.10.0 (2026-05-02)

⚠ BREAKING CHANGES

  • no-empty-effect: remove rule (#67)

Features

0.9.3 (2026-04-08)

Refactors

  • build: use tsdown, add publish validation (cc2101a)

Miscellaneous Chores

0.9.2 (2026-03-03)

Bug Fixes

  • dont consider calls to be prop callbacks when they merely receive a prop arg (3feb48f)

0.9.1 (2026-02-15)

Bug Fixes

  • types: type the recommended strict configs (e65513d)

0.9.0 (2026-02-14)

⚠ BREAKING CHANGES

  • no-pass-ref-to-parent: remove rule

Features

  • no-pass-ref-to-parent: remove rule (8428e47)