Releases: pinterest/PINOperation
Releases · pinterest/PINOperation
v.1.2.3
Changelog
1.2.3 (2024-05-06)
- Update project and installation methods (CocoaPods and Swift Package Manager) for Xcode 15 #56 (tstump-phunware)
1.2.2
Changelog
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
Changelog
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 SPM / Additional Carthage Support
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)
Modernize PINOperation
Modernizing project
Just fixing some warnings
This release just fixes a few warnings and updates the deployment target to what it actually was.
Minor release, updates API to fix retain cycle warnings
- Deprecate addOperation: in favor of scheduleOperation: garrett