Mockingbird v0.3.0 Release Notes

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

    • ๐Ÿ‘Œ Improve mock initialization API for consistency between protocols and classes; mock(SomeProtocol.self) and mock(SomeClass.self).init(...)
      Andrew Chang
    • โœ‚ Remove chained stubbing to simplify generated code and DSL
      Andrew Chang
    • โœ‚ Remove multi verification of invocations with the same return type to simplify DSL
      Andrew Chang

    Experimental

    • None

    โœจ Enhancements

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix support for throwing and failable initializers
      Andrew Chang