Skip to content

Releases: yorkie-team/yorkie-js-sdk

v0.2.8

22 Jun 09:38
Compare
Choose a tag to compare

[0.2.8] - 2022-06-22

Added

  • Add read-only Array methods to ArrayProxy: #310
  • Add Array.splice to ArrayProxy: #317

Changed

  • Use types more strictly in Document.update: #314
  • Revert Document and Text: #47478e7
  • Improve performance of deletion in Text: #312, #316

Fixed

  • Remove size cache from RGATreeList and use SplayTree instead: #315
  • Fix bug when setting non-string values in Presence: #311

v0.2.7

25 May 10:18
Compare
Choose a tag to compare

[0.2.7] - 2022-05-25

Fixed

  • Expose constructors for user-accessible types

v0.2.6

25 May 09:48
Compare
Choose a tag to compare

[0.2.6] - 2022-05-25

Changed

  • Refine SDK interface: #300

v0.2.5

12 May 09:20
Compare
Choose a tag to compare

[0.2.5] - 2022-05-12

Added

  • Add apiKey option: #295

v0.2.4

10 May 11:14
Compare
Choose a tag to compare

[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

07 Apr 09:31
Compare
Choose a tag to compare

[0.2.3] - 2022-04-07

Changed

  • Bump up yorkie.proto to 0.2.3

v0.2.0

19 Dec 06:35
Compare
Choose a tag to compare

[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

04 Dec 01:51
e096ffe
Compare
Choose a tag to compare

[0.1.11] - 2021-12-04

Fixed

  • Fix a bug where text nodes with tombstones were not counted: #263

v0.1.10

16 Nov 13:21
1a8bc09
Compare
Choose a tag to compare

[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

21 Oct 04:22
Compare
Choose a tag to compare

[0.1.8] - 2021-10-21

Fixed

  • Hide clock from value of peers-changed event