Skip to content

Releases: AsyncSwiftKits/AsyncChannelKit

Release 0.0.7

22 Aug 05:01
Compare
Choose a tag to compare

Uses latest release of AsyncTesting to drop try from calls to waitForExpectations.

Release 0.0.6

21 Aug 23:05
Compare
Choose a tag to compare

Adds AsyncTesting dependency to revise tests.

Release 0.0.5

12 Aug 05:09
Compare
Choose a tag to compare

Revises implementation to increase compatibility with Apple's Async Algorithms.

Release 0.0.4

04 Aug 03:44
Compare
Choose a tag to compare

Adds more tests and forEach function

Release 0.0.3

29 Jul 21:04
Compare
Choose a tag to compare

Revised public types to be AsyncChannel and AsyncThrowingChannel which now have nested Iterators. The channel now also conforms to AsyncSequence.

Release 0.0.2

29 Jul 03:25
Compare
Choose a tag to compare

Adds checks for sending after termination and the ability to throw an error which terminates the sequence.

Release 0.0.1

27 Jul 22:50
Compare
Choose a tag to compare

Initial implementation with passing tests.