gen_state_machine v3.0.0 Release Notes

Release Date: 2020-10-26 // over 3 years ago
  • 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.

Previous changes from v2.1.0

    • 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.