<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-json-pointer.git, branch v0.6</title>
<subtitle>github.com: stefankoegl/python-json-pointer.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/'/>
<entry>
<title>bump version to 0.6</title>
<updated>2012-12-14T11:58:27+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2012-12-14T11:58:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=4ca3cbad56923713da3f494a4c533534569ac61f'/>
<id>4ca3cbad56923713da3f494a4c533534569ac61f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix validation of array indices</title>
<updated>2012-12-14T11:35:14+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2012-12-14T11:35:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=0869f4efb2b5579583311d20835112a4d26d8d8a'/>
<id>0869f4efb2b5579583311d20835112a4d26d8d8a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix running tests during travis build</title>
<updated>2012-12-14T11:34:46+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2012-12-14T11:34:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=76500aa810b5a96b27a313720b63e338ba568cc9'/>
<id>76500aa810b5a96b27a313720b63e338ba568cc9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove JsonPointer.set() to avoid duplicate code w/ python-json-patch</title>
<updated>2012-12-10T14:21:01+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2012-12-10T14:21:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=b1d1665e21ed91a7357e8aa637863ddc3f47835c'/>
<id>b1d1665e21ed91a7357e8aa637863ddc3f47835c</id>
<content type='text'>
json-patch (https://github.com/stefankoegl/python-json-patch/) should be used
for modifying JSON documents
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
json-patch (https://github.com/stefankoegl/python-json-patch/) should be used
for modifying JSON documents
</pre>
</div>
</content>
</entry>
<entry>
<title>proper array index validation (dash, unsigned int)</title>
<updated>2012-12-10T14:16:47+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2012-12-10T14:16:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=a990cbab99e7a63820e2668990cb40507e0ae664'/>
<id>a990cbab99e7a63820e2668990cb40507e0ae664</id>
<content type='text'>
According to the spec
http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-06

   o  If the currently referenced value is a JSON array, the reference
      token MUST contain either:

      *  characters that represent an unsigned base-10 integer value
         (possibly with leading zeros), making the new referenced value
         the array element with the zero-based index identified by the
         token, or

      *  exactly the single character "-", making the new referenced
         value the (non-existant) member after the last array element.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
According to the spec
http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-06

   o  If the currently referenced value is a JSON array, the reference
      token MUST contain either:

      *  characters that represent an unsigned base-10 integer value
         (possibly with leading zeros), making the new referenced value
         the array element with the zero-based index identified by the
         token, or

      *  exactly the single character "-", making the new referenced
         value the (non-existant) member after the last array element.
</pre>
</div>
</content>
</entry>
<entry>
<title>bump version to 0.5</title>
<updated>2012-11-15T10:20:40+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2012-11-15T10:17:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=de634ddedd1a39710abf39d99981b0adda95a5e3'/>
<id>de634ddedd1a39710abf39d99981b0adda95a5e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add JsonPointer.contains()</title>
<updated>2012-11-15T10:20:36+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2012-11-15T10:17:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=4ca2dc4cd63647c222d927043e94b60a6d11b4dc'/>
<id>4ca2dc4cd63647c222d927043e94b60a6d11b4dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add JsonPointer.to_last() for use in jsonpatch</title>
<updated>2012-11-15T10:08:29+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2012-11-15T10:08:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=1e818af78ec962d6b351f3de89d771dfa86a7368'/>
<id>1e818af78ec962d6b351f3de89d771dfa86a7368</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>reduce verbosity of test runs</title>
<updated>2012-11-15T10:08:29+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2012-11-15T10:06:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=164a9151480d5e84bd1146f723ab5b8c8b5063a3'/>
<id>164a9151480d5e84bd1146f723ab5b8c8b5063a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update README.md</title>
<updated>2012-11-11T09:56:29+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2012-11-11T09:56:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=bf24fc8c47e9974975960f1c1638250d0211cf01'/>
<id>bf24fc8c47e9974975960f1c1638250d0211cf01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
