<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-json-patch.git, branch v0.4</title>
<subtitle>github.com: stefankoegl/python-json-patch.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-json-patch.git/'/>
<entry>
<title>bump version to 0.4</title>
<updated>2012-07-18T17:53:24+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2012-07-18T17:53:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-json-patch.git/commit/?id=ffd125cd891b47c66b9eb18a04411c47aa880d90'/>
<id>ffd125cd891b47c66b9eb18a04411c47aa880d90</id>
<content type='text'>
Changes:
* https://github.com/stefankoegl/python-json-patch/issues/4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changes:
* https://github.com/stefankoegl/python-json-patch/issues/4
</pre>
</div>
</content>
</entry>
<entry>
<title>Add forgotten test case.</title>
<updated>2012-07-15T19:40:42+00:00</updated>
<author>
<name>Alexander Shorin</name>
<email>kxepal@gmail.com</email>
</author>
<published>2012-07-15T19:40:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-json-patch.git/commit/?id=b5d7bc7f98cbfdd7b1fb7508f5e4e352083f15de'/>
<id>b5d7bc7f98cbfdd7b1fb7508f5e4e352083f15de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issue #4.</title>
<updated>2012-07-15T19:37:38+00:00</updated>
<author>
<name>Alexander Shorin</name>
<email>kxepal@gmail.com</email>
</author>
<published>2012-07-15T19:37:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-json-patch.git/commit/?id=76bc4422c190606b7c7b8ad8cb22cdf2e85ac433'/>
<id>76bc4422c190606b7c7b8ad8cb22cdf2e85ac433</id>
<content type='text'>
Patch creation from diff of two JSON documents was able to produce invalid instance if  there was need to add more than 1 array element. In this situation, elements been tryed be added since higher index that is far outside of target. That's correct order if we removing array elements (from higher index to lower one), but we should add elements in reversed order (from lower index to higher).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch creation from diff of two JSON documents was able to produce invalid instance if  there was need to add more than 1 array element. In this situation, elements been tryed be added since higher index that is far outside of target. That's correct order if we removing array elements (from higher index to lower one), but we should add elements in reversed order (from lower index to higher).
</pre>
</div>
</content>
</entry>
<entry>
<title>really fix multi-line package doc-string</title>
<updated>2012-06-22T19:35:04+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2012-06-22T19:35:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-json-patch.git/commit/?id=564e39be424f8151a2749055e06d0b5b4666bbf0'/>
<id>564e39be424f8151a2749055e06d0b5b4666bbf0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>match multi-line docstring for package</title>
<updated>2012-06-22T19:31:15+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2012-06-22T19:31:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-json-patch.git/commit/?id=477bff887713cc4dcc46030aca1c66d281637375'/>
<id>477bff887713cc4dcc46030aca1c66d281637375</id>
<content type='text'>
package docstring was "broken" after a1729beaa196b65ddcbaa78dcc28c89db724603d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
package docstring was "broken" after a1729beaa196b65ddcbaa78dcc28c89db724603d
</pre>
</div>
</content>
</entry>
<entry>
<title>bump version to 0.3 (0.2 was uploaded previously)</title>
<updated>2012-06-22T19:27:40+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2012-06-22T19:27:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-json-patch.git/commit/?id=ba928348e3cf749b798241616c53515c94e3f5be'/>
<id>ba928348e3cf749b798241616c53515c94e3f5be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix doc typos</title>
<updated>2012-06-22T19:19:09+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2012-06-22T19:19:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-json-patch.git/commit/?id=aba1204d8ec8741ee513b869e0ba4c88972701f7'/>
<id>aba1204d8ec8741ee513b869e0ba4c88972701f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bump version to 0.2</title>
<updated>2012-06-22T19:18:09+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2012-06-22T19:18:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-json-patch.git/commit/?id=88bfb42102b510847f9cc1094db9b8f7c62408f6'/>
<id>88bfb42102b510847f9cc1094db9b8f7c62408f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>git ignore setuptools files</title>
<updated>2012-06-22T19:17:44+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2012-06-22T19:17:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-json-patch.git/commit/?id=90057fb6684807dae6c588c7faaab7c78b6c857b'/>
<id>90057fb6684807dae6c588c7faaab7c78b6c857b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update AUTHORS</title>
<updated>2012-06-22T19:17:01+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2012-06-22T19:17:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-json-patch.git/commit/?id=2b2e48027d819c76fb9c2f03762ca703af84d544'/>
<id>2b2e48027d819c76fb9c2f03762ca703af84d544</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
