All Versions
6
Latest Version
Avg Release Cycle
50 days
Latest Release
3019 days ago
Changelog History
Changelog History
-
v0.2.1 Changes
January 21, 2017- Elixir 1.4 compatibility
-
v0.2.0 Changes
January 13, 2017ecto_state_machine
returns list of states- ✂ removed code dirtyness in the test suite
-
v0.1.0 Changes
July 14, 2016- 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
- Now
-
v0.0.4 Changes
May 28, 2016- Now each event will return
model
instead of{ :ok, model }
- Now each event will return
-
v0.0.3 Changes
May 18, 2016- 😌 Relaxed ecto version
-
v0.0.2 Changes
May 15, 2016🚀 Actually, this is first working release. Please don't use
v0.0.1
.- ➕ Add custom Repo option
- ✅ Tests