Skip to content

4.3.0

Compare
Choose a tag to compare
@lucas34 lucas34 released this 09 Jun 18:41
· 56 commits to master since this release
bc4bc7c

Breaking Changes

  • JobBuilder method requireCharging(value: Bool) was renamed .requireCharging() (#311)
  • JobBuilder method .persist(required: true) was renamed .persist() (#312)
  • 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)