Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jan 10:46
· 83 commits to master since this release

0.4.0 (2025-01-06)

Features

  • add to package exports the IterationResultSet type returned from useAsyncIterMulti (#33) (b0c8899)
  • implement the new useAsyncIterMulti hook (#28) (d813fa0)

Bug Fixes

  • ReactAsyncIterables wrapping iters which yield non-nullable values are having the format function's result ignored if it returned undefined or null (#32) (828d872)

Documentation