- Fixes graphing bug introduced in 0.3.0 (thanks to wtgee) - Fixes bug in dynamic addition of before/after callbacks (though this is a currently undocumented feature) - Adds coveralls support and badge - Adds a few tests to achieve near-100% coverage
0.3
- Support for nested states (thanks to aleneum) - Basic multithreading support for function access (thanks to aleneum) - Basic graphing support via graphviz (thanks to svdgraaf) - Stylistic edits, minor fixes, and improvements to README - Expanded and refactored tests - Minor bug fixes
0.3.0
0.2.9
- Enabled pickling in Python 3.4 (and in < 3.4 with the dill module) - Added reference to generating Transition in EventData objects - Fixed minor bugs
0.2.8
- README improvements, added TOC, and typo fixes - Condition checks now receive optional data - Removed invasive basicConfig() call introduced with logging in 0.2.6