Skip to content

Releases: yorkie-team/yorkie-ios-sdk

v0.4.19

27 May 00:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.17...0.4.19

0.4.17

19 Apr 07:08
Compare
Choose a tag to compare

What's Changed

  • Add RealtimeSyncOff and refactor interface of SyncMode by @humdrum in #160
  • Reverse TreeChanges when Deleting in Tree by @humdrum in #161
  • Add Client constructor support URL address by @humdrum in #162

Full Changelog: 0.4.16...0.4.17

0.4.16

16 Apr 04:17
cbde6a0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.15...0.4.16

0.4.15

12 Apr 09:12
Compare
Choose a tag to compare

What's Changed

  • Fix incorrect index returned when using posRangeToIndexRange by @humdrum in #149
  • Fix incorrect calculation in indexTree.treePosToPath operation by @humdrum in #150
  • Change actorID to be non-optional by @humdrum in #151
  • Fix errors when editing Tree due to missing insPrevID in CRDTTree by @humdrum in #153
  • Prevent remote-change events from occurring in push-only mode by @humdrum in #154
  • Fix string style value error of Tree Node attributes by @humdrum in #152
  • Modified to enable async closure in Subscription callback. by @humdrum in #155
  • remove async call of subscribe callbacks by @humdrum in #156
  • Fix Tree to support emoji chracters. by @humdrum in #157

Full Changelog: 0.4.14...0.4.15

v0.4.14

15 Feb 06:54
Compare
Choose a tag to compare

What's Changed

  • Fix invalid TreeChanges in concurrent Tree.Style by @humdrum in #146
  • Fix llrb tree error by @humdrum in #147
  • Restore interface changes due to server DB sharding by @humdrum in #148

Full Changelog: 0.4.13...0.4.14

v0.4.13

25 Jan 07:47
Compare
Choose a tag to compare

What's Changed

  • Reflect interface changes of server DB sharding by @humdrum in #145

Full Changelog: 0.4.12...0.4.13

v0.4.12

22 Jan 04:40
c82069c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.7...0.4.12

v0.4.7

19 Oct 02:33
d80ad48
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.6...0.4.7

v0.4.6

31 Aug 09:19
1d9958f
Compare
Choose a tag to compare

What's Changed

  • Implement yorkie.Tree for text editors using tree model by @humdrum in #90
  • memory leak fixed for TextEditorViewController in TextEditorSample by @myupage in #89
  • Expose pathToIndex API by @humdrum in #91
  • Fix gc to remove all removed nodes by @humdrum in #92
  • Allow multi tree nodes when edit by @humdrum in #93
  • Move Presence from Client to Document by @humdrum in #94
  • Update Tree.edit to allow insertion of multiple contents at once by @humdrum in #95
  • Replace selection with presence by @humdrum in #96
  • Rename TextRangeStruct to TextPosStructRange by @humdrum in #97
  • Clean up methods related to presence by @humdrum in #98
  • Add presence.get() to get presence value in doc.update() by @humdrum in #99
  • Change 'Documents' from plural to singular in DocEvent by @humdrum in #100
  • Cleanup proto by @humdrum in #101
  • Concurrent case handling for Yorkie.tree by @humdrum in #102
  • Change TreeNode to have IDs instead of insPrev, insNext by @humdrum in #103
  • Remove select operation from text by @humdrum in #104
  • Adds more TCs for Tree test by @humdrum in #105
  • Support multi-level and parital element selection by @humdrum in #106
  • Fix presence to support JSONObject by @humdrum in #107
  • Apply SDK 0.4.6 to Examples by @humdrum in #110
  • Prepare 0.4.6 by @humdrum in #111

New Contributors

Full Changelog: 0.3.6...0.4.6

v0.3.6

13 Jul 11:42
e02ff33
Compare
Choose a tag to compare

What's Changed

  • Add getValueByPath() to the document by @humdrum in #86

Full Changelog: 0.3.5...0.3.6