--- JSON-XS/Changes 2013/12/08 20:44:23 1.164 +++ JSON-XS/Changes 2016/11/16 18:08:30 1.174 @@ -3,9 +3,28 @@ TODO: maybe detetc and croak on more invalid inputs (e.g. +-inf/nan) 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: investigate magic (Eric Brine) +TODO: rfc7464 +TODO: Victor Efimov + + - fix a bug introduced by a perl bug workaround that would cause + incremental parsing with a sv_chop panic. + - json_xs: toformat failure error message fixed. + - json_xs: allow cyclic data structures in CBOR. + +3.02 Fri Feb 26 22:45:20 CET 2016 + - 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 Вадим Власов). + - work around a bug in older perls crashing when presented + with shared hash keys (Reini Urban). + - use stability canary. + 3.01 Tue Oct 29 16:55:15 CET 2013 - backport to perls < 5.18 (reported by Paul Howarth). @@ -13,7 +32,7 @@ - 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 the + add a new OBJECT SERIALISATION section that explains th whole process. - new setting: allow_tags. - switch to Types::Serialiser booleans.