All Versions
6
Latest Version
Avg Release Cycle
50 days
Latest Release
2663 days ago

Changelog History

  • v0.2.1 Changes

    January 21, 2017
    • Elixir 1.4 compatibility
  • v0.2.0 Changes

    January 13, 2017
    • ecto_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
  • v0.0.4 Changes

    May 28, 2016
    • Now each event will return model instead of { :ok, model }
  • 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