meck v0.7.2 Release Notes

Release Date: 2012-05-06 // almost 12 years ago
  • โž• Added

    • โœ‚ Remove Erlang R15B support #54 (michaelklishin)
    • ๐Ÿคก Mocking of sticky modules #7
    • Rz passthrough cover #56 (rzezeski)
    • ๐Ÿคก Mock parametrized modules #55 (shino)
    • โœ… Clean test directory #50 (norton)
    • New features - pid in history and count_calls and wildcard_count_calls functions #40 (daha)
    • Include meck:new/2 arguments in errors #39 (legoscia)
    • .travis.yml config without rebar #38 (wardbekker)
    • ๐Ÿ“œ Filter out parse_transforms from compilation options #32 (djnym)

    ๐Ÿ”„ Changed

    • โœ‚ remove repetition; typo #57 (Erkan-Yilmaz)
    • ๐Ÿ‘Œ Improved tests: Added an ok in the end of the tests that use a helper function with asserts #43 (daha)
    • โœ… Making all the test funs in the foreach in meck_test_/0 fully qualified funs #44 (daha)

    โœ‚ Removed

    ๐Ÿ›  Fixed

    • โš  dialyzer warnings with meck (73c0b3e) #58
    • ๐Ÿ“š Inconsistency in documentation #49
    • meck:unload/0 sometimes crashes #48
    • โœ… Add test/cover_test_module.beam to rebar.config's clean files #47
    • Fix typo in no_passthrough_cover atom #62 (garret-smith)
    • Verify history/2 returns events in the correct order & fix to flaky history_by_pid_/1 test #42 (daha)