Skip to content

Tags: shtaif/react-async-iterators

Tags

v0.10.2

Toggle v0.10.2's commit message
chore(release): 0.10.2 [skip ci]

## [0.10.2](v0.10.1...v0.10.2) (2025-02-19)

### Documentation

* **readme:** various edits ([#90](#90)) ([27a8d41](27a8d41))
* **readme:** various edits for `README.md` ([#91](#91)) ([0f91ca4](0f91ca4))

v0.10.1

Toggle v0.10.1's commit message
chore(release): 0.10.1 [skip ci]

## [0.10.1](v0.10.0...v0.10.1) (2025-02-17)

### Documentation

* **readme:** fix badges links unintended underlining ([#88](#88)) ([dad90bf](dad90bf))
* **readme:** readme edits ([#89](#89)) ([eb9b573](eb9b573))

v0.10.0

Toggle v0.10.0's commit message
chore(release): 0.10.0 [skip ci]

## [0.10.0](v0.9.2...v0.10.0) (2025-02-07)

### Features

* new `useSharedAsyncIter` hook ([#87](#87)) ([b1568b5](b1568b5))

### Documentation

* **readme:** add license badge ([#86](#86)) ([e5e94dd](e5e94dd))
* **readme:** fix StackBlitz link adjacent text ([#84](#84)) ([08cd00b](08cd00b))
* **readme:** various edits ([#81](#81)) ([2c34532](2c34532))

v0.9.2

Toggle v0.9.2's commit message
chore(release): 0.9.2 [skip ci]

## [0.9.2](v0.9.1...v0.9.2) (2025-01-31)

### Bug Fixes

* **useAsyncIterState:** individual iterators types' `.return` method should not be optional ([#78](#78)) ([ae5d546](ae5d546))

### Documentation

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

v0.9.1

Toggle v0.9.1's commit message
chore(release): 0.9.1 [skip ci]

## [0.9.1](v0.9.0...v0.9.1) (2025-01-30)

### Documentation

* **readme:** more edits ([#75](#75)) ([c0229fa](c0229fa))

v0.9.0

Toggle v0.9.0's commit message
chore(release): 0.9.0 [skip ci]

## [0.9.0](v0.8.0...v0.9.0) (2025-01-28)

### Features

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

### Documentation

* **readme:** various edits ([#74](#74)) ([79d0834](79d0834))
* various edits ([#72](#72)) ([6f8da52](6f8da52))

v0.8.0

Toggle v0.8.0's commit message
chore(release): 0.8.0 [skip ci]

## [0.8.0](v0.7.1...v0.8.0) (2025-01-27)

### Features

* add default initial value parameters to `useAsyncIterMulti` and `IterateMulti` ([#69](#69)) ([f5e214b](f5e214b))

### Documentation

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

v0.7.1

Toggle v0.7.1's commit message
chore(release): 0.7.1 [skip ci]

## [0.7.1](v0.7.0...v0.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](#63)) ([c4174ee](c4174ee))

### Documentation

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

v0.7.0

Toggle v0.7.0's commit message
chore(release): 0.7.0 [skip ci]

## [0.7.0](v0.6.0...v0.7.0) (2025-01-22)

### Features

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

### Bug Fixes

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

### Documentation

* docs edits ([#53](#53)) ([c5bfba4](c5bfba4))
* **readme:** Initial proper `README.md` ([#60](#60)) ([4e1c4a9](4e1c4a9))

v0.6.0

Toggle v0.6.0's commit message
chore(release): 0.6.0 [skip ci]

## [0.6.0](v0.5.1...v0.6.0) (2025-01-09)

### Features

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