Releases: Brightify/Cuckoo
Releases · Brightify/Cuckoo
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.
New Release – 1.0.5
- Fix generic protocol generation and type erasure with multiple methods of same name.
- Exit
run
script with error if it fails to get generator download URL.
New Release – 1.0.4
- The
run
script doesn't userealpath
command anymore because it's not available by default on Mac OS. - Remove redundant stubbing of optional classes.
New Release – 1.0.3
- Add support for optional read-only properties.
New Release – 1.0.2
- Fix
where
clause that doesn't work in Swift 4. - Fix some
run
script bugs.