y-crdt / ydotnet

.NET bindings for yrs.
MIT License
35 stars 8 forks source link

Create the Text bindings #12

Closed LSViana closed 1 year ago

LSViana commented 1 year ago

Implement the bindings for the Text struct based on the exposed bindings.

For each bound method, the implementation and unit tests must be written.

LSViana commented 1 year ago

All the bindings have been finished. Waiting on the team's comments about how to properly test ytext_event_path before merging this PR.

LSViana commented 1 year ago

I'm going ahead and merging this PR now. Some tests might be added later based on the team's response about how to properly test the event path feature of YText events.