Releases: eproxus/meck
Releases · eproxus/meck
1.0.0
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.
0.9.2
0.9.1
0.9.0
0.8.13
0.8.12
Version 0.8.6
- Compatibility fixes for Erlang 20.0
Version 0.8.5
- Compatibility with Erlang 20.0
- Fixes missing stacktrace entry when using shortcut expects (#167)
Version 0.8.4
- Depend on
tools
application in OTP
Bugfixes and documentation improvements
- Minor documentation improvements
- Meck now disables
on_load
functions by default. They can be enabled usingenable_on_load
as an option when creating a mock (Thanks to @rlipscombe) - Fix for #114, solving the occasional problem where Meck could not restore cover data