v0.4.0
0.4.0 (2025-01-06)
Features
- add to package exports the
IterationResultSet
type returned fromuseAsyncIterMulti
(#33) (b0c8899) - implement the new
useAsyncIterMulti
hook (#28) (d813fa0)
Bug Fixes
ReactAsyncIterable
s wrapping iters which yield non-nullable values are having the format function's result ignored if it returnedundefined
ornull
(#32) (828d872)