Releases: akarnokd/async-enumerable
Releases · akarnokd/async-enumerable
0.6.0
New operators
create
using
first
last
switchIfEmpty
API change
AsyncEnumerator.cancel()
is now mandatory
- More tests verifying the
cancel
calls
0.5.0
More operators:
- blockingFirstOptional
- blockingLastOptional
- collect(Collector)
- distinct
- distinctUntilChanged
- generate
- publish
- reduce
- reduceWith
- skipLast
- takeLast
Some fixes.
0.4.0
More operators:
- blockingIterable
- blockingStream
- cache
- collect(Collector)
- fromStream
- groupBy
- skipWhile
- takeUntil(Predicate)
- takeWhile
0.2.0
- Several additional operators.
- Initial cancellation support.
- Bugfixes and test coverage improvements.
0.1.0
Initial release with a dozen operators.