Cuckoo v1.0.0 Release Notes

Release Date: 2019-05-14 // almost 5 years ago
  • ๐Ÿ”‹ Features:

    • Generics is now fully supported! This includes generic classes, protocols, and methods.
    • Dictionary matching out of the box.
    • ๐Ÿ‘ Better closure matching. Now allowing up to 7 parameter closures.
    • rethrows functions now work properly.
    • Classes marked final are automatically ignored.
    • ๐Ÿ‘ Allow non-optional values to be passed as matchers for Optionals just like in normal Swift code.
    • โž• Add support for inout method parameters.

    ๐Ÿ›  Fixes:

    • โšก๏ธ Update the build_generator script to work with Swift 5.
    • ๐Ÿ›  Fix not being able to put Optional into functions accepting Optionals.
    • Accessibility of variables and functions in public classes are now public as well.