Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [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))
- Loading branch information