Releases: akarnokd/async-enumerable
Releases · akarnokd/async-enumerable
0.6.0
01 Jan 13:38
Compare
Sorry, something went wrong.
No results found
New operators
create
using
first
last
switchIfEmpty
API change
AsyncEnumerator.cancel() is now mandatory
More tests verifying the cancel calls
0.5.0
31 Dec 01:23
Compare
Sorry, something went wrong.
No results found
More operators:
blockingFirstOptional
blockingLastOptional
collect(Collector)
distinct
distinctUntilChanged
generate
publish
reduce
reduceWith
skipLast
takeLast
Some fixes.
0.4.0
30 Dec 00:56
Compare
Sorry, something went wrong.
No results found
More operators:
blockingIterable
blockingStream
cache
collect(Collector)
fromStream
groupBy
skipWhile
takeUntil(Predicate)
takeWhile
0.3.0
28 Dec 00:01
Compare
Sorry, something went wrong.
No results found
0.2.0
26 Dec 19:52
Compare
Sorry, something went wrong.
No results found
Several additional operators.
Initial cancellation support.
Bugfixes and test coverage improvements.
0.1.0
25 Dec 18:02
Compare
Sorry, something went wrong.
No results found
Initial release with a dozen operators.