Mockery v2.0.0 Release Notes

Release Date: 2017-10-08 // over 6 years ago
    • โœ‚ Removed Mockery.Heritage

      • Global mocks will be handled without macros by pure elixir modules.
      • Some new restrictions have been added for global mock modules (see global mock section in README)
    • ๐Ÿ”„ Changed Mockery.mock/3 when value is function (dynamic mock)

      • [function_name: arity] syntax remains unchanged
      • :function_name syntax will raise error
    • ๐Ÿ”„ Changed Mockery.of/2 output

      • run mix compile --force when upgrading from Mockery 1.x.x