ChangeLog

WIP Version

1.1.0

  • Adding extra metadata support for transitions - Pull Request

1.0.0

0.17.0

0.16.1

0.16.0

  • Support for custom error messages on guard functions - Pull Request

0.15.0

0.14.0

0.13.0

0.12.1

  • Better treating the JSON return for the Dashboard - Pull Request

0.12.0

  • Adding new toogle all btn and auto closing alerts - Pull Request
  • Fixing Bug to rollback state transition on the Dashboard - Pull Request

0.11.0

  • Adding a default config desabling the Machinery Dashboard
  • Making the Machinery Dashboard bigger
  • Enabling users to overwrite the desired state on Machinery Dashboard - Pull Request
  • Adding the ability to change states form Dashboard - Pull Request

0.8.2

  • Requiring a previous version of phoenix_html to enable older applications to use Machinery.
  • Versioning compiled version of the assets to fix bug on dashboard interface.

0.8.0

0.7.0

  • Improving docs
  • Updating DSl to Decouple Machinery from the struct itself - Pull Request
  • Adding support for automatic persistence - Pull Request
  • Converting states from Atoms to Strings - Pull Request

0.4.1

0.4.0

  • New, more functional DSL, not relying on Macros so much - Pull Request
  • Adding support for before and after callbacks - Pull Request

0.2.0

  • Enabling states and transitions declarations
  • Adding support for guard functions