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 ofcreatePatch
is enough to check if something should happen."reset"
has been replaced with{ "t": "r", "v": ... }
, where propertyv
contains the new value in full. This newResetPatch
is also accepted byapplyPatch
, so can be transferred like any other patch.