Releases: Brightify/Cuckoo
Releases · Brightify/Cuckoo
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.
New Release – 1.3.1
- Swift Package Manager support
- Added tvOS target (thanks @rodrigoff).
- Fixed accessibility to match enclosing container.
- Restructured README.
New Release – 1.3.0
- Fix closure generation where explicit return type is required in
withoutActuallyEscaping
since swift 5.1 (XCode 11) - Switch swift_version to 5.0 for Cocoapods
New Release – 1.2.0
Features
- Objective-C mocking! Mock system classes/protocols as well as dynamic Swift classes. This is an optional subspec
Cuckoo/OCMock
. - Convenience matchers for sequences and dictionaries. No need to use
equal(to:)
anymore, passing theArray
/Set
/Dictionary
itself is enough from now on!
New Release – 1.1.1
- Fix property, initializer, and function accessibility in public protocols.
New Release – 1.1.0
Features:
- Add a simple type guesser based on assigned value.
Fixes:
- Fix accessibility problems.
New Release – 1.0.6
- Fix a bug where adding a private name to a function made it generate twice and fail the compilation.