All Versions
26
Latest Version
Avg Release Cycle
155 days
Latest Release
1108 days ago

Changelog History
Page 1

  • v0.9.2 Changes

    March 06, 2021

    πŸ›  Fixed

    • πŸ›  Fix a Dialyzer warning on OTP 24 #223
  • v0.9.1 Changes

    February 17, 2021

    πŸ›  Fixed

    • Module references in type specs were not included when renaming modules #206
    • The passthrough clause was not always the last clause in an expect with multiple clauses #216
  • v0.9.0 Changes

    June 25, 2020

    βž• Added

    • πŸ‘Œ Support Erlang 23.0 8c16751
    • βž• Add a new function mocked/0 that returns which modules are currently mocked #210

    πŸ”„ Changed

    • Validate the options being passed to meck:new #204

    πŸ›  Fixed

    • 🀑 Do not attempt to generate dependencies when mocking 9b3ce75
    • βž• Add compiler application to dependencies #209
    • meck:ret_spec() opaqueness violates documented usage patterns #212
  • v0.8.13 Changes

    January 08, 2019

    Full Changelog

    Implemented enhancements:

    • βœ‚ Remove compatibility for Erlang R15 and R16 #198

    πŸ›  Fixed bugs:

    • 🀑 Crash when mocking Elixir 1.8-rc.0 compiled module #201

    πŸ”€ Merged pull requests:

    • Exclude from_core option from compile_info when compiling #202 (josevalim)
    • Isolate backup *.coverdata from other beam instances #200 (dcsommer)
  • v0.8.12 Changes

    August 08, 2018

    Full Changelog

    πŸ›  Fixed bugs:

    • History item is not kept while module compiler is running #194
  • v0.8.11 Changes

    July 12, 2018

    Full Changelog

    πŸ”€ Merged pull requests:

  • v0.8.10 Changes

    June 26, 2018

    Full Changelog

    πŸ”€ Merged pull requests:

  • v0.8.9 Changes

    November 27, 2017

    Full Changelog

    Closed issues:

    • πŸ‘ Meck doesn't support modules built with '+deterministic' compile option #184
    • How do I run coverage results after using meck? #181
    • Migrate to Rebar 3 and rebar3_hex #155

    πŸ”€ Merged pull requests:

    • πŸ‘Œ Support running meck with modules built with '+deterministic' compile… #185 (nablaa)
    • πŸ›  Fix for Rebar 2.x.y on secondary arches #183 (lemenkov)
  • v0.8.8 Changes

    August 29, 2017

    Full Changelog

    Closed issues:

    • {:error, {:no\_abstract\_code, ...}} with Elixir 1.5.0-rc.0 and Erlang 20.0 #179

    πŸ”€ Merged pull requests:

    • 🀑 Always add debug_info to compile opts for mocks #180 (ericentin)
  • v0.8.7 Changes

    June 29, 2017

    Full Changelog

    Closed issues:

    • βœ‚ Remove dialyzer attributes when creating mock (Erlang 20.0) #178