Releases: eproxus/meck
Releases · eproxus/meck
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
Add Erlang 17.0 compatibility
This release adds compatibility fixes for Erlang 17.0 and adds that version as a test target on Travis.