Skip to content

Releases: jorjuela33/OperationKit

V 2.1.2

13 Feb 19:33
Compare
Choose a tag to compare

Fixed small issues related to a inverted conditions

V 2.1.1

17 Jan 20:01
Compare
Choose a tag to compare

Added progress for download operations, added mutually exclusion for those operations that can't run at same time, added background observer

V 2.1.0

14 Jan 22:37
Compare
Choose a tag to compare

Added couple of improvements to the operations, abstracted the networking layer inside Foundation.Operation to allow conditions and added unit tests.

Renamed Group Operation

19 Nov 06:11
Compare
Choose a tag to compare

Renamed GroupOperation to TaskOperation and added new features like, cancel, suspend and resume the operation

2.0.6

30 Sep 19:02
Compare
Choose a tag to compare
bumped to 2.0.6

Allowed @escaping for condition block

20 Sep 15:28
Compare
Choose a tag to compare
2.0.5

allow escaping for the condition block

Swift 3 candidate

16 Sep 23:03
Compare
Choose a tag to compare
2.0.4

2.0.4

Swift 3.0 Code

16 Sep 19:04
Compare
Choose a tag to compare
2.0.2

bumped to 2.0.2

V1.0.1

02 Aug 23:07
Compare
Choose a tag to compare
added public init

V1.0.0

02 Aug 22:47
Compare
Choose a tag to compare
made public the observers