Releases: Brightify/Cuckoo
Releases · Brightify/Cuckoo
1.7.1
- Revert "Add SPM support for Cuckoo+OCMock." because of SPM instability.
1.7.0
Features
- Reserved keywords are now escaped. (thank you, @sk409!)
- Ignore missing input paths. (thank you, @sk409!)
- Add SPM support for Cuckoo + OCMock. (thank you, @ajpallares!)
Fixes
- Fix build for Xcode 13 (thanks @antoniocasero and @dongdonggaui for the great debugging!)
New Release – 1.6.0
- Add support for concurrency mocking. (thank you, @ailtonvivaz!)
- Update PathKit, Spectre, Stencil. (thank you, @asakahara!)
New Release – 1.5.2
- Raise minimum deployment targets (iOS to
9.0
; MacOS to11.0
). - Skip cuckoo for SwiftUI preview builds (thank you, @bspinner!)
- Update OCMock to
3.8.1
.
New Release – 1.5.1
- Make stubbing more thread safe (thank you, @ChaosCoder!)
- Disable bitcode compiler translation to fix linking for Carthage distribution (thank you, @polandtyler!)
New Release – 1.5.0
- Update podspec to fix library not found for
-lswiftXCTest
in Xcode 12.5 (thank you, @thatswinnie)
New Release – 1.4.2
- Allow verify to specify return type for generic functions
New Release – 1.4.1
Fixes
- Sidestep
SourceKit
's off-by-one bug when parsing generic parameter inheritance. - Fix incorrect
where
clause parsing.
New Release – 1.4.0
- Add tvOS targets and schemes.
- Integrate
tuist
, fixing Carthage issues. - Fix type equality check to rule out whitespace inconsistencies.
New Release – 1.3.2
- Fix
image not found
error for iOS 13 and beyond.