Mockingbird v0.9.0 Release Notes

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

    • โœ‚ Remove automatic binary installation from pod install prepare_command. Not all environments (e.g. CI) allow modifying /usr/local/bin. Run $ make install-prebuilt as needed to set up your environment.
      Andrew Chang

    Experimental

    • None

    โœจ Enhancements

    • None

    ๐Ÿ› Bug Fixes

    • ๐Ÿคก Invalidate cached mocked modules when the CLI version changes
      Andrew Chang
    • Gather module names for inherited types
      Alvar Hansen
    • Include declarations in extensions when flattening inherited types
      Andrew Chang
    • ๐Ÿ›  Fix matching closures with wildcard argument matchers
      Andrew Chang