Releases: Two-Screen/symmetry
Releases · Two-Screen/symmetry
v0.7.0-beta.1
- This release introduces two changes to the patch format:
"none"has been replaced withnull. This means a simple truth check on the return value ofcreatePatchis enough to check if something should happen."reset"has been replaced with{ "t": "r", "v": ... }, where propertyvcontains the new value in full. This newResetPatchis also accepted byapplyPatch, so can be transferred like any other patch.