Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@eproxus eproxus released this 13 Dec 09:44
1.0.0
29360b2

Added

  • Official support for Erlang 27.0
  • Reload modules that were loaded before mocking (#228)

Fixed

  • Fix misleading not_mocked errors when unloading a mock (#231)
  • Fix calling mocked modules from expectations fun (#232)
  • Fix spec of meck:raise/2
  • Increase meck_proc stop timeout to infinity to prevent confusing errors
  • Code coverage leak from temporary backup modules in Erlang.mk (#246)

Removed

  • Compatibility for Erlang versions below 22. Meck will follow the officially supported Erlang versions for future releases (latest major and two previous versions). Older versions might still work but there is no guarantee and no support.