Skip to content

Releases: yuchi/hooks.macro

v1.1.2

22 May 19:58
Compare
Choose a tag to compare
  • Include variables referenced as JSX elements’ components. Closes #16 (dc82665)

v1.1.1

06 Apr 20:46
Compare
Choose a tag to compare
  • Ignore static state values. Closes #11 (3e093fd)
  • Actually build the project before publishing it...

v1.1.0

06 Apr 15:39
Compare
Choose a tag to compare
  • Ignore constant state setters, reducers’ dispatch functions, refs. Closes #10 (f0082d3)

v1.0.1

06 Feb 17:51
Compare
Choose a tag to compare
  • Make sure all built files are included in the distribution (5420182)

v1.0.0 — The One not in Alpha

06 Feb 17:51
Compare
Choose a tag to compare
  • Remove alpha warnings. React Hooks are live!
  • Fix export names in TypeScript typings (2ccd5f6)

v0.2.0

18 Dec 08:58
Compare
Choose a tag to compare
  • 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

04 Dec 06:43
Compare
Choose a tag to compare
  • Avoid maximum-callstack-by-recursion with circular/recursive references (fbcd59f, cf03ded)

v0.1.6

30 Nov 19:56
Compare
Choose a tag to compare

v0.1.4

30 Nov 19:56
Compare
Choose a tag to compare
  • When possible avoid passing functions as inputs, and traverse them instead (ef33963)

v0.1.3

30 Nov 19:56
Compare
Choose a tag to compare
  • All standard memoizing React hooks are now proxied (dbce56d)
  • Use Babel utilities to show the location of validation errors (7f2c9da)