Releases: Brightify/Cuckoo
Releases · Brightify/Cuckoo
1.10.0
NOTE: Even though I've tried testing all supported package managers, this version is the first to be completely converted to using Tuist and as such something could have broken. Open an issue if a regression occurs. 🙂
- add missing () when closure is an autoclosure (thanks, @stonko1994!)
- Add support async/await in Protocol with Associated Type. (thanks, @mecoFarid!)
- Support NSObjectProtocol inheritance for protocol. (thanks, @sk409!)
1.9.1
1.9.0
- Add support for
OCMQuantifier
inobjcVerify
function. (thanks, @ajpallares!) - Remove unnecessary await expression in MockTemplate. (thanks, @uebo!)
1.8.1
- Fix missing attributes for Stubs. (thank you, @rolandkakonyi!)
1.8.0
- Add support for nested classes. (thank you, @Tyler-Keith-Thompson!)
- Add support for multiline method signatures. (thank you, @sk409!)
- Add support for unavailable platforms from available attributes. (thank you, @rolandkakonyi!)
- Remove duplicate attributes.
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!)