All Versions
6
Latest Version
Avg Release Cycle
242 days
Latest Release
668 days ago

Changelog History

  • v1.0.2 Changes

    May 30, 2022

    🐛 Bug fix

    • Use Code.ensure_compiled! to support better integration with the Elixir compiler
  • v1.0.1 Changes

    October 15, 2020

    🐛 Bug fix

    • Fix race condition for when the test process terminates and a new one is started before the DOWN message is processed
  • v1.0.0 Changes

    September 25, 2020

    ✨ Enhancements

    • Add @behaviour attribute to Mox modules
  • v0.5.2 Changes

    February 20, 2020

    ✨ Enhancements

    • Warn if global is used with async mode
    • Fix compilation warnings
  • v0.5.1 Changes

    May 24, 2019

    ✨ Enhancements

    • Add :skip_optional_callbacks option to defmock/2 that allows you to optionally skip the definition of optional callbacks.
    • Include arguments in UnexpectedCallError exceptions
  • v0.5.0 Changes

    February 03, 2019

    ✨ Enhancements

    • Use $callers to automatically use expectations defined in the calling process ($callers is set automatically by tasks in Elixir v1.8 onwards)
    • Creating an allowance in global mode is now a no-op for convenience
    • Support registered process names for allowances