- Fixed import bug that prevented dependency installation at setup
0.2.6
- Added rudimentary logging for key transition and state change events - Added generic before/after callbacks that apply to all state changes - Ensured string type compatibility across Python 2 and 3
0.2.5
- Added ability to suppress invalid trigger calls - Shorthand definition of transitions via lists
0.2.4
- Automatic detection of predefined state callbacks - Fixed bug in automatic transition creation - Added Changelog
0.2.3
- Added travis-ci support - Cleaned up and PEP8fied code - Added 'unless' argument to transitions that mirrors 'conditions'