Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Releases: ChimeHQ/OperationPlus

v1.6.0

02 Jul 10:44
1340f95
Compare
Choose a tag to compare
  • Combine integration
  • async/await integration
  • timeout bug fix
  • expanded platform compatibility

v1.5.4

23 Nov 17:17
f5d2899
Compare
Choose a tag to compare
  • Timeout support for block-based ops

v1.5.2

24 Mar 00:37
bb81e4f
Compare
Choose a tag to compare
  • AsyncBlockConsumerOperation
  • BlockConsumerOperation

v1.5.1

10 Mar 17:46
d38bb3b
Compare
Choose a tag to compare
  • Fix an issue with OperationQueue.serialQueue(named:) not actually being serial

v1.5.0

17 Jan 12:54
1cf013d
Compare
Choose a tag to compare
  • Lots of improvements around how timeouts work
  • New API for returning a value from a ProducerOperation when a timeout occurs

v1.4.0

16 Sep 01:16
0e0f638
Compare
Choose a tag to compare
  • Support for all the block-based operation variants
  • Caching facilities for ProducerOperation

v1.3.0

22 Aug 14:29
6c10dce
Compare
Choose a tag to compare

Swift 5

v1.2.2

22 Aug 00:22
9d479a3
Compare
Choose a tag to compare

New APIs for submitting operations with delays

v1.2.0

10 Feb 15:32
82aabee
Compare
Choose a tag to compare

Producer and Consumer Operations

v1.1.0

03 Feb 14:33
fe3c231
Compare
Choose a tag to compare
  • OperationQueue.addOperations with a default to not wait for their completion
  • OperationExpectation can now wait for arrays of operations
  • Migration to unified platform targets (should have no visible external effects)