mobx-bonsai
Version:
A fast lightweight alternative to MobX-State-Tree + Y.js two-way binding
15 lines (8 loc) • 335 B
Markdown
# Change Log
## 1.1.1
- Make Yjs dependency truly optional.
## 1.1.0
- Added an `extends` method to node types so that they can extend other node types.
- `applyPlainObjectToYMap` / `applyPlainArrayToYArray` are no longer wrapped in mobx actions in case they want to track the original values.
## 1.0.0
- Initial public release.