Skip to content

v0.7.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@stephank stephank released this 08 Aug 08:40
· 8 commits to main since this release
  • This release introduces two changes to the patch format:
    • "none" has been replaced with null. This means a simple truth check on the return value of createPatch is enough to check if something should happen.
    • "reset" has been replaced with { "t": "r", "v": ... }, where property v contains the new value in full. This new ResetPatch is also accepted by applyPatch, so can be transferred like any other patch.