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

Comparing JSON-XS/Changes (file contents):
Revision 1.107 by root, Wed Mar 26 22:54:37 2008 UTC vs.
Revision 1.108 by root, Thu Mar 27 06:37:34 2008 UTC

1Revision history for Perl extension JSON::XS 1Revision history for Perl extension JSON::XS
2 2
32.2
3 - make booleans mutable by creating a copy instead of handing out 4 - make booleans mutable by creating a copy instead of handing out
4 the same scalar (reported by pasha sadri). 5 the same scalar (reported by pasha sadri).
5 - added support for incremental json parsing (still EXPERIMENTAL). 6 - added support for incremental json parsing (still EXPERIMENTAL).
6 - implemented and added a json_xs command line utility that can convert 7 - implemented and added a json_xs command line utility that can convert
7 from/to a number of serialisation formats - tell me if you need more. 8 from/to a number of serialisation formats - tell me if you need more.
9 - implement allow_unknown/get_allow_unknown methods.
8 - moved down =encoding directive a bit, too much breaks if its the first 10 - moved down =encoding directive a bit, too much breaks if its the first
9 pod directive :/. 11 pod directive :/.
10 - removed documentation section on other modules, it became somewhat 12 - removed documentation section on other modules, it became somewhat
11 outdated and is nowadays mostly of historical interest. 13 outdated and is nowadays mostly of historical interest.
12 14

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines