All Versions
11
Latest Version
Avg Release Cycle
159 days
Latest Release
1276 days ago

Changelog History
Page 1

  • v3.0.0 Changes

    October 26, 2020

    Backwards incompatible changes

    • ๐Ÿš€ The minimum supported OTP release is now 20.
    • ๐Ÿš€ The minimum supported Elixir release is now v1.5.

    โœจ Enhancements

    • More typespecs from :gen_statem exposed for use.
    • ๐Ÿ“š Documentation updated.
  • v2.1.0 Changes

    January 24, 2020
    • Typespecs now rely on gen_statem upstream types where available.
    • The callback mode option now allows you to specify a list, for use with the :state_enter option.
  • v2.0.5 Changes

    January 16, 2019

    Typespec/code formatting changes for Elixir v1.8.

  • v2.0.4 Changes

    November 20, 2018

    ๐Ÿ”– Version check no longer fails on erts versions with greater than 3 components.

  • v2.0.3 Changes

    August 14, 2018

    ๐ŸŒฒ Log translator no longer ignores messages on OTP 21+.

  • v2.0.2 Changes

    May 11, 2018
    • ๐Ÿ›  Fix typespecs for start_link.
    • ๐Ÿ”จ Translator refactor means more logs are translated than before, as well as more accurately.
    • The child_spec/1 callback (for Elixir v1.6 child specs) is now generated automatically.
  • v2.0.1 Changes

    September 05, 2017

    ๐Ÿ›  Fix typespecs for OTP 20+.

  • v2.0.0 Changes

    September 21, 2016

    โž• Add support for OTP 19.1.

    Backwards incompatible changes

    • On OTP 19.1, if you returned a callback mode explicitly from code_change/4, you should now return :ok instead, which will use the configured callback mode.
  • v1.0.2 Changes

    July 03, 2016

    ๐Ÿ“š Documentation spelling error fixed. Compilation warnings fixed.

  • v1.0.1 Changes

    June 23, 2016

    โœ… Minor doc punctuation error fixed, and docs regenerated with latest ex_doc so that optional callbacks are notated.