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.