Releases: AsyncSwiftKits/AsyncChannelKit
Releases · AsyncSwiftKits/AsyncChannelKit
Release 0.0.7
Uses latest release of AsyncTesting to drop try
from calls to waitForExpectations
.
Release 0.0.6
Adds AsyncTesting dependency to revise tests.
Release 0.0.5
Revises implementation to increase compatibility with Apple's Async Algorithms.
Release 0.0.4
Adds more tests and forEach
function
Release 0.0.3
Revised public types to be AsyncChannel and AsyncThrowingChannel which now have nested Iterators. The channel now also conforms to AsyncSequence.
Release 0.0.2
Adds checks for sending after termination and the ability to throw an error which terminates the sequence.
Release 0.0.1
Initial implementation with passing tests.