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.13 by root, Sat Mar 24 01:15:22 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.31 Sat Mar 24 02:14:34 CET 2007
8 - documentation updates.
9 - do some casting to hopefully fix Andreas' problem.
10 - nuke bogus json rpc stuff.
11
120.3 Fri Mar 23 19:33:21 CET 2007
6 - remove spurious PApp::Util reference (John McNamara). 13 - remove spurious PApp::Util reference (John McNamara).
7 - adapted lots of tests from other json modules 14 - adapted lots of tests from other json modules
8 (idea by Chris Carline). 15 (idea by Chris Carline).
16 - documented mapping from json to perl and vice versa.
17 - improved the documentation by adding more examples.
9 - added short escaping forms, reducing the created 18 - added short escaping forms, reducing the created
10 json texts a bit. 19 json texts a bit.
11 - added shrink flag. 20 - added shrink flag.
12 - when flag methods are called without enable argument 21 - when flag methods are called without enable argument
13 they will by default enable their flag. 22 they will by default enable their flag.
17 - clarified some error messages. 26 - clarified some error messages.
18 - error messages now use correct character offset 27 - error messages now use correct character offset
19 with F_UTF8. 28 with F_UTF8.
20 - improve the "no bytes" and "no warnings" hacks in 29 - improve the "no bytes" and "no warnings" hacks in
21 case the called functions do... stuff. 30 case the called functions do... stuff.
31 - croak when encoding to ascii and an out-of-range
32 (non-unicode) codepoint is encountered.
22 33
230.2 Fri Mar 23 00:23:34 CET 2007 340.2 Fri Mar 23 00:23:34 CET 2007
24 - the "could not sleep without debuggign release". 35 - the "could not sleep without debuggign release".
25 it should basically work now, with many bugs as 36 it should basically work now, with many bugs as
26 no production tests have been run yet. 37 no production tests have been run yet.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines