meck v0.8.2 Release Notes

Release Date: 2014-05-05 // almost 10 years ago
  • Full Changelog

    Implemented enhancements:

    • Implicit new #80
    • Should return compilation errors #33
    • ๐Ÿ‘ Allow meck to build under Erlang 17.0-rc2 and Erlang R16B03-1 #118 (myers)

    ๐Ÿ›  Fixed bugs:

    • Put non-strict option in the README.md #117
    • With a bogus test instantiator, meck fails with {error, enoent} in meck_cover:read_cover_file/1 #114
    • ๐Ÿคก Unable to mock lists module #87
    • ๐Ÿ‘ป Do not consider a 3-tuple return value as an exception #113 (lucafavatella)

    Closed issues:

    • โœ… Split tests into several test suites #83
    • ๐Ÿ‘ Better documentation #79

    ๐Ÿ”€ Merged pull requests:

    • โž• Add Erlang 17.0 to the test matrix #122 (myers)