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

Comparing JSON-XS/Changes (file contents):
Revision 1.56 by root, Mon Jun 25 04:08:17 2007 UTC vs.
Revision 1.62 by root, Sun Jul 1 22:20:00 2007 UTC

1Revision history for Perl extension JSON::XS 1Revision history for Perl extension JSON::XS
2 2
3TODO: object filtering (decode_filtered?)
4TODO: make xs-level object bigger, longer
31.4 51.4
4 - add convert_blessed option. 6 - add convert_blessed option.
5 - encode did not catch all blessed objects, encoding their 7 - encode did not catch all blessed objects, encoding their
6 contents in most cases. This has been fixed by introducing 8 contents in most cases. This has been fixed by introducing
7 the allow_blessed setting. 9 the allow_blessed setting.
10 - assume that most object keys are simple ascii words and
11 optimise this case, penalising the general case. This can
12 speed up decoding by 30% in typical cases and gives
13 a smaller and faster perl hash.
14 - implemented simpleminded, optional resource size checking
15 in decode_json.
16 - remove objToJson/jsonToObj aliases, as the next version
17 of JSON will not have them either.
18 - bit the bullet and converted the very simple json object
19 into a more complex one.
8 20
91.3 Sun Jun 24 01:55:02 CEST 2007 211.3 Sun Jun 24 01:55:02 CEST 2007
10 - make JSON::XS::true and false special overloaded objects 22 - make JSON::XS::true and false special overloaded objects
11 and return those instead of 1 and 0 for those json atoms 23 and return those instead of 1 and 0 for those json atoms
12 (JSON::PP compatibility is NOT achieved yet). 24 (JSON::PP compatibility is NOT achieved yet).
13 - add JSON::XS::is_bool predicate to test for those special 25 - add JSON::XS::is_bool predicate to test for those special
14 values. 26 values.
15 - add a reference to 27 - add a reference to
16 http://jpsykes.com/47/practical-csrf-and-json-security. 28 http://jpsykes.com/47/practical-csrf-and-json-security.
17 - removed require 5.8.8 again, it just not very expert-friendly, 29 - removed require 5.8.8 again, it is just not very expert-friendly.
18 and try to be more compatible with slightly older versions, 30 Also try to be more compatible with slightly older versions,
19 which are not recommended (because they are buggy). 31 which are not recommended (because they are buggy).
20 32
211.24 Mon Jun 11 05:40:49 CEST 2007 331.24 Mon Jun 11 05:40:49 CEST 2007
22 - added informative section on JSON-as-YAML. 34 - added informative section on JSON-as-YAML.
23 - get rid of some c99-isms again. 35 - get rid of some c99-isms again.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines