Skip to content

Releases: cppforlife/go-patch

v0.2.0

20 Dec 19:21
Compare
Choose a tag to compare
  • 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

v0.1.0

20 Dec 19:17
Compare
Choose a tag to compare
  • Support modifiers :next, :prev, :before, :after