Packages

Machinery is a State Machine library for structs in general. It supports guard clauses, callbacks and integrate out of the box with Phoenix apps.

Current section

Files

Jump to
machinery CHANGELOG.md
Raw

CHANGELOG.md

# ChangeLog
## WIP Version
## 0.4.0
- New, more functional DSL, not relying on Macros so much - [Pull Request](https://github.com/joaomdmoura/machinery/pull/1)
- Adding support for before and after callbacks - [Pull Request](https://github.com/joaomdmoura/machinery/pull/2)
## 0.2.0
- Enabling states and transitions declarations
- Adding support for guard functions