automerge / automerge-swift

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

expose Automerge::Diff to Swift #184

Closed miguelangel-dev closed 3 months ago

miguelangel-dev commented 3 months ago

For docs (Rust) ref: https://docs.rs/automerge/latest/automerge/struct.Automerge.html#method.diff

The differ should allow us to compare two commits in a document's history. It is quite valuable for example to implement an in-house undo manager.