--- JSON-XS/Changes 2008/03/25 16:56:08 1.106 +++ JSON-XS/Changes 2008/05/24 21:55:43 1.112 @@ -1,9 +1,19 @@ Revision history for Perl extension JSON::XS + - remove the experimental status of the incremental parser interface. + - move =encoding around again, to avoid bugs with search.cpan.org. + when can we finally have utf-8 in pod??? + +2.2 Wed Apr 16 20:37:25 CEST 2008 + - lifted the log2 rounding restriction of max_depth and max_size. + - make booleans mutable by creating a copy instead of handing out + the same scalar (reported by pasha sadri). - added support for incremental json parsing (still EXPERIMENTAL). - implemented and added a json_xs command line utility that can convert from/to a number of serialisation formats - tell me if you need more. - - moved down =encoding directive a bit, too much breaks if its the first + - implement allow_unknown/get_allow_unknown methods. + - fixed documentation of max_depth w.r.t. higher and equal. + - moved down =encoding directive a bit, too much breaks if it's the first pod directive :/. - removed documentation section on other modules, it became somewhat outdated and is nowadays mostly of historical interest. @@ -238,7 +248,7 @@ (non-unicode) codepoint is encountered. 0.2 Fri Mar 23 00:23:34 CET 2007 - - the "could not sleep without debuggign release". + - the "could not sleep without debugging release". it should basically work now, with many bugs as no production tests have been run yet. - added more testcases.