--- JSON-XS/Changes 2007/03/25 22:11:06 1.23 +++ JSON-XS/Changes 2007/04/03 01:25:40 1.28 @@ -1,7 +1,24 @@ 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? + + - clarify documentation (pointed out by Quinn Weaver). + +1.01 Sat Mar 31 16:15:40 CEST 2007 + - do not segfault when from_json/decode gets passed + a non-string object (reported by Florian Ragwitz). + This has no effect on normal operation. + +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. + - halve 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.