Skip to content

v0.5.1

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jan 19:59
· 70 commits to master since this release

0.5.1 (2025-01-08)

Bug Fixes

  • useAsyncIterState: disallow user manipulation of the state iterable's current value property (#43) (6dd5ac5)
  • useAsyncIterState: rapidly updating state yields the first update instead of the last update's value (#44) (b11b5a5)

Documentation

  • useAsyncIterState: missing documentations for the state iterable's added current value property (#42) (675331f)