@obsidianjs/history

History module allows you to manage an history for your project.

Usage no npm install needed!

<script type="module">
  import obsidianjsHistory from 'https://cdn.skypack.dev/@obsidianjs/history';
</script>

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.