Skip to content

evolu@0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Dec 12:35
· 1456 commits to main since this release
67a9501

Minor Changes

  • e193754: Replace rfc6902 and immutable-json-patch with custom and much faster algorithm.

    For now, we detect only a change in the whole result and in-place edits. In the future, we will add more heuristics. We will probably not implement the Myers diff algorithm because it's faster to rerender all than to compute many detailed patches. We will only implement a logic a developer would implement manually, if necessary.