All Versions
32
Latest Version
Avg Release Cycle
29 days
Latest Release
1179 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.4.1 Changes
July 08, 2020๐ Fixes
- ๐ Sidestep
SourceKit
's off-by-one bug when parsing generic parameter inheritance. - ๐ Fix incorrect
where
clause parsing.
- ๐ Sidestep
-
v1.4.0 Changes
June 18, 2020- โ Add tvOS targets and schemes.
- โ Integrate
tuist
, fixing Carthage issues. - ๐ Fix type equality check to rule out whitespace inconsistencies.
-
v1.3.2 Changes
February 23, 2020- ๐ Fix
image not found
error for iOS 13 and beyond.
- ๐ Fix
-
v1.3.1 Changes
February 23, 2020- ๐ฆ Swift Package Manager support
- โ Added tvOS target (thanks @rodrigoff).
- ๐ Fixed accessibility to match enclosing container.
- Restructured README.
-
v1.3.0 Changes
November 06, 2019- ๐ 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
- ๐ Fix closure generation where explicit return type is required in
-
v1.2.0 Changes
September 11, 2019๐ 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!
- ๐คก Objective-C mocking! Mock system classes/protocols as well as dynamic Swift classes. This is an optional subspec
-
v1.1.1 Changes
July 30, 2019- ๐ Fix property, initializer, and function accessibility in public protocols.
-
v1.1.0 Changes
July 22, 2019๐ Features:
- โ Add a simple type guesser based on assigned value.
๐ Fixes:
- ๐ Fix accessibility problems.
-
v1.0.6 Changes
May 29, 2019- ๐ Fix a bug where adding a private name to a function made it generate twice and fail the compilation.
- Clean up codebase.
-
v1.0.5 Changes
May 26, 2019- ๐ Fix generic protocol generation and type erasure with multiple methods of same name.
- ๐ Fix a bug concerning empty public name methods with no private ones.
- Exit
run
script with error if it fails to get generator download URL. - ๐ Use absolute path for
cuckoo_generator
download location.