Kommander IOS Versions Save

A lightweight, pure-Swift library for manage the task execution in different threads. Through the definition a simple but powerful concept, Kommand.

1.1

5 years ago
  • Set kommand error closure specifying Error type.

1.0.2

5 years ago
  • Ready for Swift 4.2.

1.0.1

5 years ago
  • Result and error Kommand helpers.
  • Ready for Swift 4.1.
  • [Operation].execute(in:) extensions.

1.0

6 years ago
  • General retry policy.
  • New API naming.

Special announcement at T3chFest 2018

0.9.3

6 years ago
  • Canceled (US English) Kommand state becomes cancelled (British English).

0.9.2

6 years ago

0.9.1

6 years ago
  • Removed DispatchWorkItem, now internally working with Operation.

0.9.0

6 years ago
  • Removed deprecated DispatchQueue methods and initializers.

0.8.1

6 years ago
  • Deprecated some DispatchQueue methods and initializers.

0.8.0

6 years ago
  • Swift 4.0 compatible.