Releases: asiniy/ecto_state_machine
Releases · asiniy/ecto_state_machine
0.2.0
ecto_state_machine
returns list of states
- removed code dirtyness in the test suite
0.1.0
- Now
ecto_state_machine
returns changeset instead of trying to push something to repo
- If action is prohibites, it adds error to changeset instead of raising
0.0.4
- Now each event will return
model
instead of { :ok, model }
0.0.2
Actually, this is first working release. Please don't use v0.0.1
.
- Add custom Repo option
- Tests