Skip to content

Releases: shareup/async-extensions

v1.6.1

05 Nov 11:13
be7b482
Compare
Choose a tag to compare
  • Update dependencies.

v1.6.0

05 Oct 10:22
5213bee
Compare
Choose a tag to compare

Added new higher-order function concurrentMap. It is taken from the John Sundell blog and is part of CollectionConcurrencyKit.

v1.5.0

04 Oct 12:33
a223ccb
Compare
Choose a tag to compare

A new asyncMap higher-order function is introduced. It is taken from the John Sundell blog and is part of CollectionConcurrencyKit.

v1.4.0

03 Aug 20:58
5c14ccb
Compare
Choose a tag to compare

CombineAsyncStream was created by Marin Todorov. It was released on his blog.

v1.3.1

19 Jun 15:40
95ae1b2
Compare
Choose a tag to compare

Improve AssertEqualEventually() and AssertTrueEventually() test assertions.

v1.3.0

17 Jun 21:17
1e8799d
Compare
Choose a tag to compare

Add AssertEqualEventually() and AssertTrueEventually() test assertions.

v1.2.0

08 May 08:56
Compare
Choose a tag to compare

Add AssertNotNil() and AssertNoThrow() test assertions.

v1.1.0

08 May 08:41
c0d296f
Compare
Choose a tag to compare

Adds the AsyncTestExtensions target, which includes async-friendly wrappers around common XCTest assertions.

v1.0.3

05 May 19:08
005f5c5
Compare
Choose a tag to compare

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

04 May 21:23
Compare
Choose a tag to compare

Dramatically speed up reading bytes using AsyncInputStream.