ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/JSON-XS/Changes
Revision: 1.8
Committed: Fri Mar 23 16:13:59 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
Changes since 1.7: +2 -0 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.6 TODO: document conversion algorithm
4    
5 root 1.4 0.3
6 root 1.5 - remove spurious PApp::Util reference (John McNamara).
7     - adapted lots of tests from other json modules
8     (idea by Chris Carline).
9     - added short escaping forms, reducing the created
10     json texts a bit.
11     - added shrink flag.
12     - when flag methods are called without enable argument
13     they will by default enable their flag.
14     - considerably improved string encoding speed (at least
15     with gcc 4).
16 root 1.7 - added a test that covers lots of different characters.
17     - clarified some error messages.
18     - error messages now use correct character offset
19     with F_UTF8.
20 root 1.8 - improve the "no bytes" and "no warnings" hacks in
21     case the called functions do... stuff.
22 root 1.4
23 root 1.3 0.2 Fri Mar 23 00:23:34 CET 2007
24     - the "could not sleep without debuggign release".
25     it should basically work now, with many bugs as
26     no production tests have been run yet.
27     - added more testcases.
28     - the expected shitload of bugfixes.
29     - handle utf8 flag correctly in decode.
30     - fix segfault in decoder.
31     - utf8n_to_uvuni sets retlen to -1, but retlen is an
32     unsigned types (argh).
33     - fix decoding of utf-8 strings.
34     - improved error diagnostics.
35     - fix decoding of 'null'.
36     - fix parsing of empty array/hashes
37     - silence warnings when we prepare the croak message.
38    
39 root 1.2 0.1 Thu Mar 22 22:13:43 CET 2007
40     - first release, very untested, basically just to claim
41     the namespace.
42 root 1.1
43     0.01 Thu Mar 22 06:08:12 CET 2007
44     - original version; cloned from Convert-Scalar
45