Releases: shareup/async-extensions
Releases · shareup/async-extensions
v1.6.0
Added new higher-order function concurrentMap
. It is taken from the John Sundell blog and is part of CollectionConcurrencyKit.
v1.5.0
A new asyncMap
higher-order function is introduced. It is taken from the John Sundell blog and is part of CollectionConcurrencyKit.
v1.4.0
CombineAsyncStream was created by Marin Todorov. It was released on his blog.
v1.3.1
Improve AssertEqualEventually()
and AssertTrueEventually()
test assertions.
v1.3.0
Add AssertEqualEventually()
and AssertTrueEventually()
test assertions.
v1.2.0
Add AssertNotNil()
and AssertNoThrow()
test assertions.
v1.1.0
Adds the AsyncTestExtensions target, which includes async-friendly wrappers around common XCTest assertions.
v1.0.3
Read data in small chunks inside of AsyncInputStream
instead of reading the full length specified by the user in a single chunk. This should play nicer with Swift Concurrency. It's also significantly faster in the tests.
v1.0.2
Dramatically speed up reading bytes using AsyncInputStream
.