ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/JSON-XS/Changes
(Generate patch)

Comparing JSON-XS/Changes (file contents):
Revision 1.159 by root, Tue Oct 29 00:06:40 2013 UTC vs.
Revision 1.166 by root, Mon Nov 24 18:42:51 2014 UTC

2 2
3TODO: maybe detetc and croak on more invalid inputs (e.g. +-inf/nan) 3TODO: maybe detetc and croak on more invalid inputs (e.g. +-inf/nan)
4TODO: maybe avoid the reblessing and better support readonly objects. 4TODO: maybe avoid the reblessing and better support readonly objects.
5TODO: http://stevehanov.ca/blog/index.php?id=104 compression 5TODO: http://stevehanov.ca/blog/index.php?id=104 compression
6 6
73.0 7TODO: how to cope with tagged values and standard json decoders
8TODO: work around <=5.16 bugs (Reini Urban)
9TODO: decide what to do with RFC7158 incompatibilities.
10 - allow literal tabs in strings in relaxed mode (patch by
11 lubo.rintel@gooddata.com).
12
133.01 Tue Oct 29 16:55:15 CET 2013
14 - backport to perls < 5.18 (reported by Paul Howarth).
15
163.0 Tue Oct 29 01:35:37 CET 2013
8 - experimental object tagging extension (using the 17 - implemented an object tagging extension (using the
9 Types::Serialiser serialisation protocol). 18 Types::Serialiser serialisation protocol).
10 - reworked the documentation regarding object serialisation, 19 - reworked the documentation regarding object serialisation,
11 add a new OBJECT SERIALISATION section that explains the 20 add a new OBJECT SERIALISATION section that explains th
12 whole process. 21 whole process.
22 - new setting: allow_tags.
13 - switch to Types::Serialiser booleans. 23 - switch to Types::Serialiser booleans.
14 - remove to_json/from_json. 24 - remove to_json/from_json.
15 - other minor improvements to the documentation. 25 - other minor improvements to the documentation.
16 26
172.34 Thu May 23 11:30:34 CEST 2013 272.34 Thu May 23 11:30:34 CEST 2013
136 146
1372.2 Wed Apr 16 20:37:25 CEST 2008 1472.2 Wed Apr 16 20:37:25 CEST 2008
138 - lifted the log2 rounding restriction of max_depth and max_size. 148 - lifted the log2 rounding restriction of max_depth and max_size.
139 - make booleans mutable by creating a copy instead of handing out 149 - make booleans mutable by creating a copy instead of handing out
140 the same scalar (reported by pasha sadri). 150 the same scalar (reported by pasha sadri).
141 - added support for incremental json parsing (still EXPERIMENTAL). 151 - added support for incremental json parsing (still EXPERIMENTAL).
142 - implemented and added a json_xs command line utility that can convert 152 - implemented and added a json_xs command line utility that can convert
143 from/to a number of serialisation formats - tell me if you need more. 153 from/to a number of serialisation formats - tell me if you need more.
144 - implement allow_unknown/get_allow_unknown methods. 154 - implement allow_unknown/get_allow_unknown methods.
145 - fixed documentation of max_depth w.r.t. higher and equal. 155 - fixed documentation of max_depth w.r.t. higher and equal.
146 - moved down =encoding directive a bit, too much breaks if it's the first 156 - moved down =encoding directive a bit, too much breaks if it's the first

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines