Releases: yuchi/hooks.macro
Releases · yuchi/hooks.macro
v1.1.2
- Include variables referenced as JSX elements’ components. Closes #16 (dc82665)
v1.1.1
- Ignore static state values. Closes #11 (3e093fd)
- Actually build the project before publishing it...
v1.1.0
- Ignore constant state setters, reducers’ dispatch functions, refs. Closes #10 (f0082d3)
v1.0.1
- Make sure all built files are included in the distribution (5420182)
v1.0.0 — The One not in Alpha
- Remove alpha warnings. React Hooks are live!
- Fix export names in TypeScript typings (2ccd5f6)
v0.2.0
- Remove
useMutationEffect
since it is not part of React anymore (a2a5aaa)
- Add complete typings for both TypeScript and Flow (d725da5)
v0.1.7 — Guard against circular references
- Avoid maximum-callstack-by-recursion with circular/recursive references (fbcd59f, cf03ded)
v0.1.4
- When possible avoid passing functions as inputs, and traverse them instead (ef33963)
v0.1.3
- All standard memoizing React hooks are now proxied (dbce56d)
- Use Babel utilities to show the location of validation errors (7f2c9da)