tag:github.com,2008:https://github.com/cppforlife/go-patch/releasesRelease notes from go-patch2018-12-18T19:56:56Ztag:github.com,2008:Repository/67446511/v0.2.02018-12-20T19:21:54Zv0.2.0<ul>
<li>Add <code>test</code> operation to test for existence and absence</li>
<li>Add <code>Diff</code> object to be able to create ops diffs between two objects
<ul>
<li>Example: <code>Diff{Left: leftObj, Right: rightObj}.Calculate() => Ops</code></li>
</ul>
</li>
</ul>cppforlifetag:github.com,2008:Repository/67446511/v0.1.02018-12-20T19:17:53Zv0.1.0<ul>
<li>Support modifiers <code>:next, :prev, :before, :after</code></li>
</ul>cppforlife