automerge / automerge-swift

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

revising core api to reference type of object in schema #169

Open heckj opened 1 month ago

heckj commented 1 month ago

Work In Progress

Core API updates - primarily replicating and renaming original API methods to shift to a usage that has the type of internal schema object being used, to help with clarity when using the core API.

A classic example of what this deprecation will look like in existing code:

Screenshot 2024-05-07 at 4 13 36 PM
heckj commented 1 month ago

Further updates pending community feedback...