1.0.1 (2026-06-15)
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!
- trigger release (394a44d)
0.11.1 (2026-05-30)
- add more context to messages for clarity and actionability (efad9aa)
0.11.0 (2026-05-29)
- no-external-store-subscription: new recommended rule
- no-external-store-subscription: new recommended rule (83267dc)
0.10.4 (2026-05-29)
- follow call chains involving aliases (ddbbb5d)
- follow named functions passed to
useEffects (d98285e)
0.10.3 (2026-05-28)
- no-derived-state: remove
avoidSingleSettercase (06a1874)
- ignore arguments to upstream calls when searching for state/props (b457d15)
0.10.2 (2026-05-24)
- no-event-handler: flag at usage instead of declaration (bffa6ab)
0.10.1 (2026-05-06)
- more idiomatic recommendation for passing to parent inside custom hooks (b0dacf4)
- no-event-handler: flag props (d246668)
- 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)
- no-empty-effect: remove rule (#67)
0.9.3 (2026-04-08)
- build: use tsdown, add publish validation (cc2101a)
- manual release (f01d76d)
0.9.2 (2026-03-03)
- dont consider calls to be prop callbacks when they merely receive a prop arg (3feb48f)
0.9.1 (2026-02-15)
- types: type the recommended strict configs (e65513d)
0.9.0 (2026-02-14)
- no-pass-ref-to-parent: remove rule
- no-pass-ref-to-parent: remove rule (8428e47)