v0.2.0
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 renamedCaffeinator.init(withOpts:safety:terminationHandler:)
- Both
Caffeination.closure
andCaffeination.unsafeClosure
now have the signature(withOpts:_:)
Caffeination.Opt.timed(Double)
is nowCaffeination.Opt.timed(TimeInterval)
. SinceTimeInterval
is a typealias ofDouble
, this should have little impact on existing code