Skip to content

Releases: hainayanda/CombineAsync

v2.0

05 Apr 12:17
ff6188e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.0...2.0.0

v1.6

27 Mar 01:40
4f49901
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.0...1.6

v1.5

20 Dec 04:28
bc9e1c2
Compare
Choose a tag to compare

Add withCheckedThrowingContinuation with timeout

v1.4.1

19 Dec 15:15
5174d4e
Compare
Choose a tag to compare
  • Fix timeout never called if the main task is never finished.

v1.4

19 Dec 04:23
03c0d54
Compare
Choose a tag to compare
  • Add weakAssign and autoReleaseAssign
  • Add the ability to have no timeout
  • Rename PublisherToAsyncError to CombineAsyncError

v1.3

24 Nov 00:29
f4361de
Compare
Choose a tag to compare
  • Add priority to async Task
  • Make all async closures marked as Sendable
  • Debounce async receiveCompletion now will wait until all async tasks in receiveValue are completed.
  • Remove deprecated code

v1.2.1

13 Oct 14:57
f34926b
Compare
Choose a tag to compare
  • Add debounce async sink
  • Deprecate sequence async map

v1.2

01 Oct 14:30
a8b1508
Compare
Choose a tag to compare
  • Add async map extension for Publisher
  • Add async sink extension for Publisher
  • Add map sequence for Publisher

v1.1.3

19 Jun 02:33
7bbf9cf
Compare
Choose a tag to compare

Move timer to current runloop

v1.1.2

18 Jun 17:53
bc98fdf
Compare
Choose a tag to compare

Remove potential retain cycle issue