All Versions
32
Latest Version
Avg Release Cycle
29 days
Latest Release
1381 days ago

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.
  • 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.
  • 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
  • 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 the Array/Set/Dictionary itself is enough from now on!
  • 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.