Better APIs
Queuer 2.0.1
26 Dec 2018
Changed
- Renamed
open func finish(_ hasFailed: Bool)
toopen func finish(success: Bool = true)
, the old one has been deprecated but still valid #12 - Renamed
hasFailed
variable tosuccess
, the old one has been deprecated but still valid #12
Improved
- Updated SwiftLint to 0.29.2
Thanks to @zykloman for this release