tag:github.com,2008:https://github.com/cppforlife/go-patch/releases Release notes from go-patch 2018-12-18T19:56:56Z tag:github.com,2008:Repository/67446511/v0.2.0 2018-12-20T19:21:54Z v0.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() =&gt; Ops</code></li> </ul> </li> </ul> cppforlife tag:github.com,2008:Repository/67446511/v0.1.0 2018-12-20T19:17:53Z v0.1.0 <ul> <li>Support modifiers <code>:next, :prev, :before, :after</code></li> </ul> cppforlife