--- JSON-XS/Changes 2007/06/25 22:15:52 1.60 +++ JSON-XS/Changes 2007/07/01 22:20:00 1.62 @@ -1,6 +1,7 @@ Revision history for Perl extension JSON::XS -TODO: blessed object tests + maxsize +TODO: object filtering (decode_filtered?) +TODO: make xs-level object bigger, longer 1.4 - add convert_blessed option. - encode did not catch all blessed objects, encoding their @@ -12,6 +13,10 @@ a smaller and faster perl hash. - implemented simpleminded, optional resource size checking in decode_json. + - remove objToJson/jsonToObj aliases, as the next version + of JSON will not have them either. + - bit the bullet and converted the very simple json object + into a more complex one. 1.3 Sun Jun 24 01:55:02 CEST 2007 - make JSON::XS::true and false special overloaded objects