Releases: yorkie-team/yorkie-js-sdk
Releases · yorkie-team/yorkie-js-sdk
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
v0.1.3
[0.1.3] - 2021-04-04
Added
- Pass paths to change events: #162
- Support null and undefined values: #157
- Add type parameter to Document: #148
Changed
- Rename getRootObject to getRoot: #158
- Rename updateSelection to select: #170
Fixed
- Fix error that occurred when deleting value using missing key or index: #149
- Fix invalid states of SplayTree: #153
- Remove errors that occur when insPrev does not exist: #166
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