Cuckoo v0.12.0 Release Notes

    • โž• Add first draft of a new Mock initialization DSL.
    • โž• Add enableDefaultImplementation to protocol Mock.
    • ๐Ÿ‘ Reintroduce support for pre-0.11.0 Cuckoo spies.
    • Add regular expression class and protocol matching.
    • Add glob switch that parses input paths as globs enabling for easier project scaling.
    • ๐Ÿ— Build generator by default. Download using --download [VERSION] option.
    • ๐Ÿ— Modify the run bash script to allow the user to build rather than download the cuckoo_generator.
    • โž• Add a debug flag that generates general info above methods when used.
    • ๐Ÿ›  Fix escaping closure (crashing in Xcode 10).