Releases: FabrizioBrancati/Queuer
Releases · FabrizioBrancati/Queuer
Swift 4 Support
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
Queuer 1.1.0
1 Sep 2017
Added
- Added
qualityOfService
property on Queuer class
Improved
- Improved the
init
function on Queuer class withmaxConcurrentOperationCount
andqualityOfService
properties, both with a default value, so no changes are required - Updated SwiftLint to 0.21.0
Fixed
- Now
ConcurrentOperation
is subclassable withopen
instead ofpublic
Access Control #2 - Fixed tests that sometimes fails
First Queue
Queuer 1.0.0
26 Jul 2017
Added
- Added
ConcurrentOperation
to create asynchronous operations - Added
Queuer
to handle ashared
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