automerge / automerge-swift

Swift language bindings presenting Automerge
https://automerge.org/automerge-swift/documentation/automerge/
MIT License
217 stars 11 forks source link

extend bindings to expose update_text on Document #95

Closed heckj closed 5 months ago

heckj commented 5 months ago

Core library 0.5.6 added a Text API update_text - but it's not yet exposed through the Swift bindings. While swift can use the diffing mechanisms built into the standard library (CollectionDifference in updateText for example), the low-level API should be exposed for completeness.