Skip to content

Better APIs

Compare
Choose a tag to compare
@FabrizioBrancati FabrizioBrancati released this 26 Dec 22:56
04163e7

Queuer 2.0.1

26 Dec 2018

Changed

  • Renamed open func finish(_ hasFailed: Bool) to open func finish(success: Bool = true), the old one has been deprecated but still valid #12
  • Renamed hasFailed variable to success, the old one has been deprecated but still valid #12

Improved

  • Updated SwiftLint to 0.29.2

Thanks to @zykloman for this release