All Versions
11
Latest Version
Avg Release Cycle
159 days
Latest Release
876 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.0.0 Changes
October 26, 2020Backwards 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, 2019Typespec/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.
- On OTP 19.1, if you returned a callback mode explicitly from
-
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.