v0.1.0
Pre-release
Pre-release
[0.1.0] - 2020-11-07
First public release
Added
- Add basic structure of Yorkie such as
Document
,Client
, and Agent(yorkie
) - Add Custom CRDT data type
Text
for code editor: #2 - Add Snapshot API to reduce payload: #9
- Add Garbage Collection to clean CRDT meta: #3
- Add Custom CRDT data type
RichText
for WYSIWYG editor: #7 - Add Peer Awareness API: #48
- Add Prometheus metrics: #76
- Add Custom CRDT data type
Counter
: #82