Queuer v1.1.0 Release Notes

Release Date: 2017-09-01 // over 6 years ago
  • 1 Sep 2017

    โž• Added

    • โž• Added qualityOfService property on Queuer class
    • โž• Added ddChainedOperations(_ operations: Operation..., completionHandler: convenience function 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