y-crdt / ydotnet

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

Make the state vector optional in `Transaction.StateDiff*()` methods #43

Closed SebastianStehle closed 11 months ago

SebastianStehle commented 11 months ago

The state vector is optional.

LSViana commented 11 months ago

Hi, @SebastianStehle!

The change looks good. I pushed a few commits simplifying the code and adding unit tests.

Merging the PR now.