Releases: Brightify/Cuckoo
Releases · Brightify/Cuckoo
2.0.15
- Fix crash when stubbing function that takes Sendable closure (thanks, @dylanmaryk!)
- Fix errors when using Swift 6 strict concurrency checking (thanks, @dylanmaryk!)
2.0.14
- Add back Generator.xcodeproj for local building.
2.0.13
- Downgrade SwiftPM version.
2.0.12 (skip this one)
- Temporarily omit OCMock from SPM.
2.0.11 (skip this one)
- Remove Carthage support. (unfortunate, but I don't have the kind of time to support a package manager I don't actively use; if you miss it, let me know in discussions!)
- Update README.md for contribute section (thanks, @mnaruse!)
- Add public imports to configuration (thanks, @dylanmaryk!)
- Simplify project and add watchOS support.
- Fixed typeErasure template when method.isThrowing (thanks, @stzouvaras!)
- Update Version.swift (thanks, @danibachar!)
- Fix OCMock integration not working properly.
2.0.10
2.0.9
- Fix
willSet
anddidSet
property parsing.
2.0.8
- Make identifier matching more resilient.
2.0.7
- Actually replace fatalError with throwing an error.
2.0.6
- Make error logging a better to find the cause.