ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/JSON-XS/Changes
Revision: 1.12
Committed: Fri Mar 23 19:02:02 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
Changes since 1.11: +2 -0 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 Revision history for Perl extension JSON::XS
2
3 TODO: allow a configurable recursion limit and/or or other forms of resource limiting (string size, memory usage...)
4 TODO: maybe simply use \0 and \1 as true/false when encoding (and overloaded/blessed versions thereof on
5 decoding?)
6
7 - documentation updates.
8
9 0.3 Fri Mar 23 19:33:21 CET 2007
10 - remove spurious PApp::Util reference (John McNamara).
11 - adapted lots of tests from other json modules
12 (idea by Chris Carline).
13 - documented mapping from json to perl and vice versa.
14 - improved the documentation by adding more examples.
15 - added short escaping forms, reducing the created
16 json texts a bit.
17 - added shrink flag.
18 - when flag methods are called without enable argument
19 they will by default enable their flag.
20 - considerably improved string encoding speed (at least
21 with gcc 4).
22 - added a test that covers lots of different characters.
23 - clarified some error messages.
24 - error messages now use correct character offset
25 with F_UTF8.
26 - improve the "no bytes" and "no warnings" hacks in
27 case the called functions do... stuff.
28 - croak when encoding to ascii and an out-of-range
29 (non-unicode) codepoint is encountered.
30
31 0.2 Fri Mar 23 00:23:34 CET 2007
32 - the "could not sleep without debuggign release".
33 it should basically work now, with many bugs as
34 no production tests have been run yet.
35 - added more testcases.
36 - the expected shitload of bugfixes.
37 - handle utf8 flag correctly in decode.
38 - fix segfault in decoder.
39 - utf8n_to_uvuni sets retlen to -1, but retlen is an
40 unsigned types (argh).
41 - fix decoding of utf-8 strings.
42 - improved error diagnostics.
43 - fix decoding of 'null'.
44 - fix parsing of empty array/hashes
45 - silence warnings when we prepare the croak message.
46
47 0.1 Thu Mar 22 22:13:43 CET 2007
48 - first release, very untested, basically just to claim
49 the namespace.
50
51 0.01 Thu Mar 22 06:08:12 CET 2007
52 - original version; cloned from Convert-Scalar
53