Skip to content
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.

Latest commit

 

History

History
executable file
·
69 lines (38 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

executable file
·
69 lines (38 loc) · 1.26 KB

Release 1.1

  • Set kommand error closure specifying Error type.

Release 1.0.2

  • Ready for Swift 4.2.

Release 1.0.1

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

Release 1.0

  • General retry policy.
  • New API naming.

Release 0.9.3

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

Release 0.9.2

Release 0.9.1

  • Removed DispatchWorkItem, now internally working with Operation.

Release 0.9.0

  • Removed deprecated DispatchQueue methods and initializers.

Release 0.8.1

  • Deprecated some DispatchQueue methods and initializers.

Release 0.8.0

  • Swift 4.0

Release 0.7.0

  • Using DispatchTimeInterval instead TimeInterval

Release 0.6.1

  • @discardableResult

Release 0.6.0

  • Execute and cancel after delay
  • Kommand cancellation fix

Release 0.5.0

  • Concurrent/Sequential Kommands execution refactor
  • Fixed memory leaks

Release 0.4.0

  • watchOS compatible
  • tvOS compatible

Release 0.3.0

  • Kommand state