Skip to content

v0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jan 21:20
· 51 commits to master since this release

0.7.0 (2025-01-22)

Features

  • iterateFormatted's to also format given iterables' current values if present (#56) (9f6e47a)
  • export a AsyncIterableSubject type and add it along related references (#54) (39eae6f)
  • Iterate: support initial value in function form (#49) (bfc1f09)
  • special handling for async iterables with a current value( #55) (01a30fc)
  • useAsyncIter: allow initial value to be a function, called once on mount (#48) (9a7e9e4)

Bug Fixes

  • iterateFormatted: function's type signature does not not handle maybe-async-iterable kind of types correctly (#57) (f073d90)

Documentation