--- JSON-XS/Changes 2010/01/10 10:07:13 1.138 +++ JSON-XS/Changes 2011/07/27 15:53:39 1.149 @@ -1,6 +1,35 @@ Revision history for Perl extension JSON::XS +TODO: maybe detetc and croak on more invalid inputs (e.g. +-inf/nan) + +2.31 Wed Jul 27 17:53:05 CEST 2011 + - don't accumulate initial whitespace in the incremental buffer + (this can be useful to allow whitespace-keepalive on a tcp + connection without triggering the max_size limit). + - properly croak on some invalid inputs that are not strings + (e.g. undef) when trying to decode a json text (reported + and analyzed by Goro Fuji). + +2.3 Wed Aug 18 01:26:47 CEST 2010 + - make sure decoder doesn't change the decoding in the incremental + parser (testcase provided by Hendrik Schumacher). + - applied patch by DaTa for Data::Dumper support in json_xs. + - added -t dump support to json_xs, using Data::Dump. + - added -f eval support to json_xs. + +2.29 Wed Mar 17 02:39:12 CET 2010 + - fix a memory leak when callbacks set using filter_json_object + or filter_json_single_key_object were called (great testcase + by Eric Wilhelm). + +2.28 Thu Mar 11 20:30:46 CET 2010 + - implement our own atof function - perl's can be orders of + magnitudes slower than even the system one. on the positive + side, ours seems to be more exact in general than perl's. + (testcase provided by Tim Meadowcroft). + - clarify floating point conversion issues a bit. - update jpsykes csrf article url. + - updated benchmark section - JSON::PP became much faster! 2.27 Thu Jan 7 07:35:08 CET 2010 - support relaxed option inside the incremental parser