--- JSON-XS/Changes 2013/10/25 20:19:57 1.157 +++ JSON-XS/Changes 2016/02/21 16:18:19 1.168 @@ -4,8 +4,31 @@ TODO: maybe avoid the reblessing and better support readonly objects. TODO: http://stevehanov.ca/blog/index.php?id=104 compression +TODO: how to cope with tagged values and standard json decoders +TODO: work around <=5.16 bugs (Reini Urban) +TODO: decide what to do with RFC7158 incompatibilities. +TODO: investigate magic (Eric Brine) + - allow_nonref now affects booleans (\1, $Types::Serialiser::Boolean) + as well (reported by Alex Efros). + - allow literal tabs in strings in relaxed mode (patch by + lubo.rintel@gooddata.com). + - support "cbor" format in json_xs tool. + - support (and fix) calling encode and decode in list context + (reported by Вадим Власов). + +3.01 Tue Oct 29 16:55:15 CET 2013 + - backport to perls < 5.18 (reported by Paul Howarth). + +3.0 Tue Oct 29 01:35:37 CET 2013 + - implemented an object tagging extension (using the + Types::Serialiser serialisation protocol). + - reworked the documentation regarding object serialisation, + add a new OBJECT SERIALISATION section that explains th + whole process. + - new setting: allow_tags. + - switch to Types::Serialiser booleans. - remove to_json/from_json. - - minor improvements to the documentation. + - other minor improvements to the documentation. 2.34 Thu May 23 11:30:34 CEST 2013 - work around bugs in perl 5.18 breaking more than 100 @@ -131,7 +154,7 @@ - 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). + - 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. - implement allow_unknown/get_allow_unknown methods.