Skip to content

Releases: Mobelux/codable-cache

2.1.0

30 Jul 16:34
afcca2f
Compare
Choose a tag to compare

What's Changed

Other Changes

  • CI and GitHub Config Updates by @mgacy in #4
  • Additional Documentation and DocC Support by @mgacy in #5
  • Strict Concurrency Compatibility by @mgacy in #9
  • Bump github.com/apple/swift-crypto from 1.1.6 to 3.5.2 by @dependabot in #7

New Contributors

Full Changelog: 2.0.0...2.1.0

2.0.0

24 Feb 20:28
f0b03c1
Compare
Choose a tag to compare

Migrates methods to async/await.

Note: CodableCaching has a significant change in behavior. Previously setting or getting the value would automatically interact with the underlying cache. With this release this needs to be explicitly done with get() and set(_:).