SwiftQueue v4.3.0 Release Notes

Release Date: 2020-06-09 // almost 4 years ago
  • ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿ‘ท JobBuilder method requireCharging(value: Bool) was renamed .requireCharging() (#311)
    • ๐Ÿ‘ท JobBuilder method .persist(required: true) was renamed .persist() (#312)
    • 0๏ธโƒฃ JobBuilder method .internet(atLeast: .any) is forbidden. It's already default behaviour (#329)
    • Internet constraint cannot be used if Operation is running in main thread (#329)
    • ๐Ÿ‘ท Logger jobId parameter function can be nil (#318)
    • โœ‚ Remove V1 serialiser (#320)
    • โœ‚ Remove JobCount() method that is relying on a deprecated method (#337) (#336)

    ๐Ÿ†• New features

    • โž• Add JobBuilder.copy() (#304)

    Chore

    • โšก๏ธ Update to Swift 5.2 (#306)

    Internal changes

    ๐Ÿ— Build

    • ๐Ÿ— Auto archive carthage build artifacts (#303) (#308)
    • โšก๏ธ Update dependencies (#301) (#307)