Releases: yorkie-team/yorkie-js-sdk
Releases ยท yorkie-team/yorkie-js-sdk
v0.2.4
[0.2.4] - 2022-05-10
Changed
- Fix incorrect type hint in document.update handler: #289
- Rename Client Metadata to Presence: #293
Removed
- Remove collection from document: #292
v0.2.3
[0.2.3] - 2022-04-07
Changed
- Bump up yorkie.proto to 0.2.3
v0.2.0
[0.2.0] - 2021-12-19
2nd Year Release
Added
- Garbage collection for Text and RichText
- Improve Client's metadata to be updatable
- Improved Peer Awareness
- Supporting TLS and Auth webhook
Changed
Removed
Deprecated
v0.1.11
[0.1.11] - 2021-12-04
Fixed
- Fix a bug where text nodes with tombstones were not counted: #263
v0.1.10
[0.1.10] - 2021-11-16
Added
- Add Array.toJS() and Object.toJS(): #237
Changed
- Print log message more accurately: #5ce95c6, #de05448
Fixed
- Fix quill example page: #260
v0.1.8
[0.1.8] - 2021-10-21
Fixed
- Hide clock from value of peers-changed event
v0.1.7
[0.1.7] - 2021-10-19
Added
- Improve Client's metadata to be updatable: #240
Fixed
- Fix reduce array size when deleting the same position: #229
- Handle special characters in keys of the path in change events: #247
v0.1.6
[0.1.6] - 2021-07-24
Added
- Add client.getStatus and client.Metadata: 162f2d5
Changed
- Change getElementByID to return undefined if the element doesnt exist: #208
- Change esnext to ES2019 in compiler target option: #197
- Clean up JS SDK Reference: #181, #218, #219
Fixed
- Fix a bug where deleted values from objects are revived after GC: #216
v0.1.5
[0.1.5] - 2021-06-05
Added
- Add moveFront, moveAfter, moveLast, insertBefore to Array: #194, #203, #206, #207
- Add AuthInterceptor: #199
Fixed
- Fix the concurrent editing issue of Move Operation: #196
- Fix a bug when pushing an array element in Array: #200
Removed
- Delete RequestHeader in Protobuf
v0.1.4
[0.1.4] - 2021-05-15
Added
Changed
- Rename Document.getKey().toIDString() to Document.getKey(): #178
- Only display exported objects in JS SDK Reference: #179
- Rename Document to DocumentReplica: #10f2b72
Fixed
- Fix a bug occurs when setting an empty string as a key: #182
- Fix a bug that the first element of an array was not deleted: #185
- Fix a bug that the size of the array increases when moving element: #186
- Fix a bug that did not move after pushing in same update: #188