Skip to content

Releases: FabrizioBrancati/Queuer

Swift 4 Support

23 Sep 13:20
Compare
Choose a tag to compare

Queuer 1.2.0

23 Sep 2017

Added

  • Added support to Swift 4 and Xcode 9

Improved

  • Using new Xcode 9 build system
  • Updated SwiftLint to 0.22.0

Quality Of Service

01 Sep 18:18
Compare
Choose a tag to compare

Queuer 1.1.0

1 Sep 2017

Added

  • Added qualityOfService property on Queuer class

Improved

  • Improved the init function on Queuer class with maxConcurrentOperationCount and qualityOfService properties, both with a default value, so no changes are required
  • Updated SwiftLint to 0.21.0

Fixed

  • Now ConcurrentOperation is subclassable with open instead of public Access Control #2
  • Fixed tests that sometimes fails

First Queue

26 Jul 08:38
Compare
Choose a tag to compare

Queuer 1.0.0

26 Jul 2017

Added

  • Added ConcurrentOperation to create asynchronous operations
  • Added Queuer to handle a shared queue or create a custom one
  • Added RequestOperation to create network request operations
  • Added Semaphore to create a Dispath semaphore
  • Added SynchronousOperation to create synchronous operations