Releases: yorkie-team/yorkie-js-sdk
Releases · yorkie-team/yorkie-js-sdk
v0.1.2
[0.1.2] - 2021-02-14
Added
- Add customizable metadata for peer awareness: #123
- Add garbage collection for Text and RichText: #137
Changed
- Replace the type of client_id to a byte array to reduce payload: #133
Fixed
- Fix a bug that attributes were lost when splitting RichText nodes: #136
v0.1.1
[0.1.1] - 2021-01-01
Added
- Add garbage collect for Container type: #101
Changed
- Update libs to fix security vulnerability: #103
Fixed
- Fix quill paragraph style errors: #104
- Change Logger to receive all values: #100
v0.1.0
[0.1.0] - 2020-11-07
First public release
Added
- Add
Client
and Document
- Add Custom CRDT data type
Text
for code editor
- Add Custom CRDT data type
RichText
for WYSIWYG editor
- Add examples: CodeMirror, Drawing, Quill
- Support Network Auto Recovery
- Add Peer Awareness
- Add Custom CRDT data type
Counter
Changed
Removed
Deprecated