1.2.3 (TBD)
- Update project to build and run using Xcode 15
- Update CocoaPods Podspec to include Privacy Manifest file
- Bump minimum deployment targets to iOS 12, tvOS 12, watchOS 4, and macOS 10.13
1.2.2 (2022-11-28)
- Update CI to modern xcode and fix Carthage #47 (garrettmoon)
- Disable asserts in release builds when using Swift Package Manager #44 (rcancro)
- Carthage is busted on Xcode 12 #41 (garrettmoon)
- Latest release script #40 (garrettmoon)
- Fixes for automated release process #39 (garrettmoon)
1.2.1 (2020-10-22)
- Add release script #38 (garrettmoon)
- Only use @import for SPM #36 (garrettmoon)
- Add SPM Test #35 (garrettmoon)
- Remove BUCK target #34 (adlerj)
1.2 (2020-06-30)
Merged pull requests:
- Swift Package Manager support #32 (martinpucik)
- Add Carthage for watchOS, dependent by PINCache #31 (dreampiggy)
- Fix analyzing #30 (garrettmoon)
- Standardize our GitHub Actions CI workflow #29 (jparise)
- Github CI #26 (rahul-malik)
- Fixes coalesce operation race condition #24 (zhongwuzw)
1.1.2 (2019-06-11)
Merged pull requests:
- Modernizing project #21 (garrettmoon)
- Updates BUCK build file to match source layout. #20 (RCacheaux)
- 1.1.1 release #19 (garrettmoon)
- Cleanup warnings garrett
- Deprecate addOperation: in favor of scheduleOperation: garrett
- Initial release!