Skip to content

v0.2.0

Compare
Choose a tag to compare
@jrr6 jrr6 released this 08 Oct 00:18
· 26 commits to master since this release

Additions

  • Carthage support has been added (i.e., Carthage-compatible zip files will be uploaded with this and future releases)
  • Swift 4.2 and Xcode 10 are now supported

Changes

  • Caffeination.init(withOpts:safely:terminationHandler:) has been renamed Caffeinator.init(withOpts:safety:terminationHandler:)
  • Both Caffeination.closure and Caffeination.unsafeClosure now have the signature (withOpts:_:)
  • Caffeination.Opt.timed(Double) is now Caffeination.Opt.timed(TimeInterval). Since TimeInterval is a typealias of Double, this should have little impact on existing code