Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@cppforlife cppforlife released this 20 Dec 19:21
· 1 commit to master since this release
  • Add test operation to test for existence and absence
  • Add Diff object to be able to create ops diffs between two objects
    • Example: Diff{Left: leftObj, Right: rightObj}.Calculate() => Ops