Skip to content

Releases: shtaif/react-async-iterators

v0.10.2

19 Feb 18:25
Compare
Choose a tag to compare

0.10.2 (2025-02-19)

Documentation

v0.10.1

17 Feb 16:01
Compare
Choose a tag to compare

0.10.1 (2025-02-17)

Documentation

  • readme: fix badges links unintended underlining (#88) (dad90bf)
  • readme: readme edits (#89) (eb9b573)

v0.10.0

07 Feb 14:54
Compare
Choose a tag to compare

0.10.0 (2025-02-07)

Features

Documentation

v0.9.2

31 Jan 10:03
Compare
Choose a tag to compare

0.9.2 (2025-01-31)

Bug Fixes

  • useAsyncIterState: individual iterators types' .return method should not be optional (#78) (ae5d546)

Documentation

  • readme: edit some wordings, fix some code blocks rendered unformatted (#77) (af888c9)

v0.9.1

30 Jan 17:24
Compare
Choose a tag to compare

0.9.1 (2025-01-30)

Documentation

v0.9.0

28 Jan 10:43
Compare
Choose a tag to compare

0.9.0 (2025-01-28)

Features

  • ItMulti: support for handling initializer functions as initial values (#71) (4435461)
  • useAsyncIterMulti: support getting initial values as initializer functions (#70) (57056b2)

Documentation

v0.8.0

27 Jan 15:33
Compare
Choose a tag to compare

0.8.0 (2025-01-27)

Features

  • add default initial value parameters to useAsyncIterMulti and IterateMulti (#69) (f5e214b)

Documentation

  • readme: fix documentation mistakes for useAsyncIterMulti's options object argument (#67) (bfbb352)
  • readme: further content for README.md (#65) (3a256e8)
  • readme: more edits (#66) (8a6fc81)

v0.7.1

23 Jan 09:11
Compare
Choose a tag to compare

0.7.1 (2025-01-23)

Bug Fixes

  • iterateFormatted: compute formatted current value on demand instead of eagerly as the underlying value might change at any later time (#63) (c4174ee)

Documentation

  • fix mentions of the current value property from .current.value to .value.current (#64) (f2e4fef)
  • various docs touchups (#62) (9ad4aeb)

v0.7.0

22 Jan 21:20
Compare
Choose a tag to compare

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

v0.6.0

09 Jan 09:46
Compare
Choose a tag to compare

0.6.0 (2025-01-09)

Features

  • useAsyncIterState: support for setting state with a function to calculate the new state from the previous (#45) (392b2e9)
  • useAsyncIterState: support setting an initial value via an argument (#46) (08a664d)