Mockingbird v0.8.0 Release Notes

Release Date: 2019-11-01 // over 4 years ago
  • ๐Ÿ’ฅ Breaking

    • None

    Experimental

    • โž• Add per-module caching of generated mocks to reduce the overhead in reading large Xcode project files
      Andrew Chang

    โœจ Enhancements

    • ๐Ÿ‘Œ Improve CLI error messaging (#11)
      Sterling Hackley
    • ๐Ÿ‘Œ Improve support for mocking classes conforming to built-in Swift protocols with implicitly required initializers such as Decodable
      Andrew Chang
    • ๐Ÿ‘Œ Improve handling of imports and compilation directives within comment blocks and string literals
      Andrew Chang
    • โž• Add loglevel option to the CLI installer to specify a logging level to use when generating mocks
      Andrew Chang

    ๐Ÿ› Bug Fixes