Cuckoo v0.7.0 Release Notes

    • ๐Ÿ“š Updated documentation
    • โž• Added more automated tests
    • โž• Added --file-prefix parameter to generator
    • and and or methods can now be used with Matchable (literals)
    • Using of custom Matchable, ParameterMatcher and CallMatcher is now easier
    • ๐Ÿ‘Œ Improved fail messages
    • โšก๏ธ Merged generator and runtime repositories, making updating easier.
    • โž• Added support for named arguments in methods.
    • โž• Added support for classes with custom initializers.
    • ๐Ÿ”„ Changed usage of spies. Instead of init(spyOn:) use init().spy(on:).