Skip to content

7.1.0

Compare
Choose a tag to compare
@srdanrasic srdanrasic released this 09 Feb 11:38
· 158 commits to master since this release
  • Support for Tree diffing. Also implies Array2D diffing.

You can now calculate diffs between trees. For example, a mutable tree can be updated like this:

aMutableTree.replace(with: newTree, performDiff: true)