automerge / automerge-swift

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

0.5.10 core library update #155

Closed heckj closed 2 months ago

heckj commented 2 months ago
heckj commented 2 months ago

@alexjg when you have some time, would you look over these changes - I think the only notable API change was removing the marks parameter from PatchAction::Insert, but I may have not spotted other API updates that are important here.

heckj commented 2 months ago

I found the relevant commits in the recent history - I think this covers the required changes for now, and opened #156 (in addition to #148 ) to expose more API through to the Swift language down the road.

alexjg commented 2 months ago

Apologies, I missed this mention. Yes the only change is to the Insert patch.

heckj commented 2 months ago

No worries, thanks for the double-check!