ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/JSON-XS/Changes
Revision: 1.5
Committed: Fri Mar 23 15:10:55 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
Changes since 1.4: +10 -1 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 Revision history for Perl extension JSON::XS
2 root 1.2
3 root 1.4 0.3
4 root 1.5 - remove spurious PApp::Util reference (John McNamara).
5     - adapted lots of tests from other json modules
6     (idea by Chris Carline).
7     - added short escaping forms, reducing the created
8     json texts a bit.
9     - added shrink flag.
10     - when flag methods are called without enable argument
11     they will by default enable their flag.
12     - considerably improved string encoding speed (at least
13     with gcc 4).
14 root 1.4
15 root 1.3 0.2 Fri Mar 23 00:23:34 CET 2007
16     - the "could not sleep without debuggign release".
17     it should basically work now, with many bugs as
18     no production tests have been run yet.
19     - added more testcases.
20     - the expected shitload of bugfixes.
21     - handle utf8 flag correctly in decode.
22     - fix segfault in decoder.
23     - utf8n_to_uvuni sets retlen to -1, but retlen is an
24     unsigned types (argh).
25     - fix decoding of utf-8 strings.
26     - improved error diagnostics.
27     - fix decoding of 'null'.
28     - fix parsing of empty array/hashes
29     - silence warnings when we prepare the croak message.
30    
31 root 1.2 0.1 Thu Mar 22 22:13:43 CET 2007
32     - first release, very untested, basically just to claim
33     the namespace.
34 root 1.1
35     0.01 Thu Mar 22 06:08:12 CET 2007
36     - original version; cloned from Convert-Scalar
37