Skip to content

1.5.0

Compare
Choose a tag to compare
@lucas34 lucas34 released this 01 Feb 03:21
· 248 commits to master since this release
f00b92b

Breaking Changes

  • Change Error type to follow enum pattern (#68)
    • TaskAlreadyExist -> SwiftQueueError.Duplicate
    • DeadlineError -> SwiftQueueError.Deadline
    • Canceled -> SwiftQueueError.Canceled

Improvement

  • Performance improvement in for-loops

Internal changes

  • SwiftQueue has been renamed SqOperationQueue
  • SwiftQueueJob -> SqOperation
  • JobBuilder has moved to its own class
  • SwiftQueue.swift reference all public protocols

Misc

  • Support BUCK build

Other changes

  • Remove unavailable methods (#71)
    • func retry(Int)
    • func periodic(Int, TimeInterval)