Skip to content

Tags: lemenkov/meck

Tags

0.8.8

Toggle 0.8.8's commit message

Verified

This tag was signed with the committer’s verified signature.
eproxus Adam Lindberg
Version 0.8.8

0.8.7

Toggle 0.8.7's commit message

Verified

This tag was signed with the committer’s verified signature.
eproxus Adam Lindberg
Version 0.8.7

0.8.6

Toggle 0.8.6's commit message

Verified

This tag was signed with the committer’s verified signature.
eproxus Adam Lindberg
Version 0.8.6

* Compatibility fixes for Erlang 20.0

0.8.5

Toggle 0.8.5's commit message

Verified

This tag was signed with the committer’s verified signature.
eproxus Adam Lindberg
Version 0.8.5

* Compatibility with Erlang 20.0

0.8.4

Toggle 0.8.4's commit message

Verified

This tag was signed with the committer’s verified signature.
eproxus Adam Lindberg
Version $

* Depend on tools application in OTP

0.8.3

Toggle 0.8.3's commit message

Verified

This tag was signed with the committer’s verified signature.
eproxus Adam Lindberg
Version 0.8.3

0.8.2

Toggle 0.8.2's commit message

Verified

This tag was signed with the committer’s verified signature.
eproxus Adam Lindberg
Version 0.8.2

- Add Erlang 17.0 compatibility

0.8.1

Toggle 0.8.1's commit message
Bump version to 0.8.1

0.8

Toggle 0.8's commit message
Merge branch 'develop'

Updated README.md

0.7.2

Toggle 0.7.2's commit message
Version 0.7.2

- Change: Allow wildcards in history functions
  (Might break backwards compatibility in rare cases where code relies on
   the '_' atom as a normal atom, it is now the wildcard pattern)
- Change: Add caller Pid to history
  *CAUTION* This will break backwards compatibility for functions that rely
  on the return value of history/1!
- New: function num_calls/3+4 that return number of calls made to a MFA spec.
- New: function called/4 that takes a caller Pid as argument
- New: function history/2 that takes a caller Pid as argument
- Change: By default, passthrough now records coverage statistics on original
  module (disable by using the 'no_passthrough_cover' option).