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

Comparing JSON-XS/Changes (file contents):
Revision 1.8 by root, Fri Mar 23 16:13:59 2007 UTC vs.
Revision 1.9 by root, Fri Mar 23 17:40:29 2007 UTC

1Revision history for Perl extension JSON::XS 1Revision history for Perl extension JSON::XS
2 2
3TODO: document conversion algorithm 3TODO: document conversion algorithm
4TODO: allow a configurable recursion limit and/or or other forms of resource limiting (string size, memory usage...)
5TODO: maybe simply use \0 and \1 as true/false when encoding (and overloaded/blessed versions thereof on
6 decoding?)
4 7
50.3 80.3
6 - remove spurious PApp::Util reference (John McNamara). 9 - remove spurious PApp::Util reference (John McNamara).
7 - adapted lots of tests from other json modules 10 - adapted lots of tests from other json modules
8 (idea by Chris Carline). 11 (idea by Chris Carline).
12 - documented mapping from json to perl and vice versa.
9 - added short escaping forms, reducing the created 13 - added short escaping forms, reducing the created
10 json texts a bit. 14 json texts a bit.
11 - added shrink flag. 15 - added shrink flag.
12 - when flag methods are called without enable argument 16 - when flag methods are called without enable argument
13 they will by default enable their flag. 17 they will by default enable their flag.
17 - clarified some error messages. 21 - clarified some error messages.
18 - error messages now use correct character offset 22 - error messages now use correct character offset
19 with F_UTF8. 23 with F_UTF8.
20 - improve the "no bytes" and "no warnings" hacks in 24 - improve the "no bytes" and "no warnings" hacks in
21 case the called functions do... stuff. 25 case the called functions do... stuff.
26 - croak when encoding to ascii and an out-of-range
27 (non-unicode) codepoint is encountered.
22 28
230.2 Fri Mar 23 00:23:34 CET 2007 290.2 Fri Mar 23 00:23:34 CET 2007
24 - the "could not sleep without debuggign release". 30 - the "could not sleep without debuggign release".
25 it should basically work now, with many bugs as 31 it should basically work now, with many bugs as
26 no production tests have been run yet. 32 no production tests have been run yet.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines