--- Types-Serialiser/Changes 2013/10/28 15:28:44 1.3 +++ Types-Serialiser/Changes 2013/11/04 15:12:16 1.7 @@ -1,5 +1,15 @@ Revision history for Perl extension Types::Serialiser + - clarify that the seocnd arg of FEEZE/THAW is the data + model/data format name, not the serialsier. + +0.03 Tue Oct 29 14:08:00 CET 2013 + - work around an overloading bug in perls < 5.18 (reported by + Paul Howarth). + - remove Types::Serialiser::Boolean module, as it serves + no purpose anymore. + +0.02 Mon Oct 28 16:29:06 CET 2013 - document the Types::Serialisation protocol, in the hope of other modules picking it up. - alias JSON::PP::Boolean as class for booleans, without @@ -7,6 +17,7 @@ JSON::PP to stay in core without dependency to Types::Serialiser. - actually add a simple testcase. + - reintroduced common::sense to supprerss spurious warnings. 0.01 Sun Oct 27 16:37:56 CET 2013 - original version; cloned from JSON-XS/CBOR-XS