Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 653 Bytes

CHANGELOG.md

File metadata and controls

17 lines (10 loc) · 653 Bytes

0.4.1

  • Fix typo in transitions validation examples (#9)
  • Removing IO.inspect call sfor itnernal function (#8)

0.4.0

  • Adds support for the fallback operator as a transition source state (8a57a194)

0.3.0

  • Allow state field name to be configurable (#4)
  • Adds supporto for Ecto.Enum type (#3)

0.2.1

  • Adds the ability to allow transitions to any state ("state" => :*)