Skip to content

Releases: akarnokd/async-enumerable

0.6.0

01 Jan 13:38
Compare
Choose a tag to compare

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
Choose a tag to compare

More operators:

  • blockingFirstOptional
  • blockingLastOptional
  • collect(Collector)
  • distinct
  • distinctUntilChanged
  • generate
  • publish
  • reduce
  • reduceWith
  • skipLast
  • takeLast

Some fixes.

0.4.0

30 Dec 00:56
Compare
Choose a tag to compare

More operators:

  • blockingIterable
  • blockingStream
  • cache
  • collect(Collector)
  • fromStream
  • groupBy
  • skipWhile
  • takeUntil(Predicate)
  • takeWhile

0.3.0

28 Dec 00:01
Compare
Choose a tag to compare
  • More operators.

0.2.0

26 Dec 19:52
Compare
Choose a tag to compare
  • Several additional operators.
  • Initial cancellation support.
  • Bugfixes and test coverage improvements.

0.1.0

25 Dec 18:02
Compare
Choose a tag to compare

Initial release with a dozen operators.