--- JSON-XS/Changes 2007/03/25 21:19:56 1.22 +++ JSON-XS/Changes 2007/03/29 02:45:49 1.25 @@ -1,9 +1,19 @@ Revision history for Perl extension JSON::XS -TODO: maybe simply use \0 and \1 as true/false when encoding (and overloaded/blessed versions thereof on - decoding?) +TODO: maybe use some overload magic to decode true and false into something + not 0 or 1 in perl. or use attached magic? -0.8 +1.0 Thu Mar 29 04:43:34 CEST 2007 + - the long awaited (by me) 1.0 version. + - add \0 (JSON::XS::false) and \1 (JSON::XS::true) mappings to JSON + true and false. + - add some more notes to shrink, as suggested by Alex Efros. + - improve testsuite. + - half the default nesting depth limit, to hopefully make it + work on Freebsd (unfortunately, the cpan tester did not + send me his report, so I cannot ask about the stack limit on fbsd). + +0.8 Mon Mar 26 00:10:48 CEST 2007 - fix a memleak when decoding hashes. - export jsonToBj and objToJson as aliases to to_json and from_json, to reduce incompatibilities