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

Comparing JSON-XS/Changes (file contents):
Revision 1.7 by root, Fri Mar 23 15:57:17 2007 UTC vs.
Revision 1.11 by root, Fri Mar 23 18:33:49 2007 UTC

1Revision history for Perl extension JSON::XS 1Revision history for Perl extension JSON::XS
2 2
3TODO: document conversion algorithm 3TODO: allow a configurable recursion limit and/or or other forms of resource limiting (string size, memory usage...)
4TODO: maybe simply use \0 and \1 as true/false when encoding (and overloaded/blessed versions thereof on
5 decoding?)
4 6
50.3 70.3 Fri Mar 23 19:33:21 CET 2007
6 - remove spurious PApp::Util reference (John McNamara). 8 - remove spurious PApp::Util reference (John McNamara).
7 - adapted lots of tests from other json modules 9 - adapted lots of tests from other json modules
8 (idea by Chris Carline). 10 (idea by Chris Carline).
11 - documented mapping from json to perl and vice versa.
12 - improved the documentation by adding more examples.
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.
15 with gcc 4). 19 with gcc 4).
16 - added a test that covers lots of different characters. 20 - added a test that covers lots of different characters.
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.
24 - improve the "no bytes" and "no warnings" hacks in
25 case the called functions do... stuff.
26 - croak when encoding to ascii and an out-of-range
27 (non-unicode) codepoint is encountered.
20 28
210.2 Fri Mar 23 00:23:34 CET 2007 290.2 Fri Mar 23 00:23:34 CET 2007
22 - the "could not sleep without debuggign release". 30 - the "could not sleep without debuggign release".
23 it should basically work now, with many bugs as 31 it should basically work now, with many bugs as
24 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