All notable changes to Yorkie will be documented in this file.
The format is based on Keep a Changelog, and Yorkie adheres to Semantic Versioning.
0.1.0 - 2020-11-07
First public release
- 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