README
history
The history module allows you to manage an historic. It use data-store module to stack entities on 'snapshot' method and restore them using 'go' method History module can be use to implement system like Undo/Redo, Ctrl+Z / Ctrl+Y
Documentation
Changelog
- 0.1.0: Initial release.