- Adding extra metadata support for transitions - Pull Request
- Fixing overall TYPOs Pull Request#1 Pull Request#2 Pull Request#3 Pull Request#4 Pull Request#5
- Delegate json_decoder config to phoenix - Pull Request
- Fixing flaky tests - Pull Request
- Remove Pheonix dependency (and dashboard feature) - Pull Request
- Resolve Machinery GenServer Get Timeout - Pull Request
- Allow field name customization - Pull Request
- Bumping Ecto version - Pull Request
- Support for custom error messages on guard functions - Pull Request
- Adding support for transitions logging - Pull Request
- Adding support for wildcard transitions - Pull Request
- Adding basic auth to Machinery Dashboard - Pull Request
- Better treating the JSON return for the Dashboard - Pull Request
- Adding new toogle all btn and auto closing alerts - Pull Request
- Fixing Bug to rollback state transition on the Dashboard - Pull Request
- 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
- 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.
- Adding first version of Machinery Dashboard - Pull Request
- 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
- Updating wrong docs and README - Pull Request
- New, more functional DSL, not relying on Macros so much - Pull Request
- Adding support for before and after callbacks - Pull Request
- Enabling states and transitions declarations
- Adding support for guard functions