Skip to content

Releases: asiniy/ecto_state_machine

0.2.1

21 Jan 14:47
Compare
Choose a tag to compare
  • Elixir 1.4 compatibility

0.2.0

13 Jan 08:41
Compare
Choose a tag to compare
  • ecto_state_machine returns list of states
  • removed code dirtyness in the test suite

0.1.0

14 Jul 11:08
Compare
Choose a tag to compare
  • 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

28 May 11:29
Compare
Choose a tag to compare
  • Now each event will return model instead of { :ok, model }

0.0.3

18 May 09:12
Compare
Choose a tag to compare
  • Relaxed ecto version

0.0.2

15 May 12:50
Compare
Choose a tag to compare

Actually, this is first working release. Please don't use v0.0.1.

  • Add custom Repo option
  • Tests