ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Types-Serialiser/Changes
(Generate patch)

Comparing Types-Serialiser/Changes (file contents):
Revision 1.4 by root, Mon Oct 28 21:17:11 2013 UTC vs.
Revision 1.8 by root, Sat Nov 30 18:33:51 2013 UTC

1Revision history for Perl extension Types::Serialiser 1Revision history for Perl extension Types::Serialiser
2 2
31.0 Sat Nov 30 19:33:19 CET 2013
4 - clarify that the seocnd arg of FEEZE/THAW is the data
5 model/data format name, not the serialsier.
6 - clarify that FREEZE must not modify the data structure to be serialised.
7
80.03 Tue Oct 29 14:08:00 CET 2013
9 - work around an overloading bug in perls < 5.18 (reported by
10 Paul Howarth).
3 - remove Types::Serialiser::Boolean module, as it serves 11 - remove Types::Serialiser::Boolean module, as it serves
4 no purpose anymore. 12 no purpose anymore.
5 13
60.02 ? 140.02 Mon Oct 28 16:29:06 CET 2013
7 - document the Types::Serialisation protocol, in the hope 15 - document the Types::Serialisation protocol, in the hope
8 of other modules picking it up. 16 of other modules picking it up.
9 - alias JSON::PP::Boolean as class for booleans, without 17 - alias JSON::PP::Boolean as class for booleans, without
10 introducing a dependency to it. It's ugly, but allows 18 introducing a dependency to it. It's ugly, but allows
11 JSON::PP to stay in core without dependency to 19 JSON::PP to stay in core without dependency to
12 Types::Serialiser. 20 Types::Serialiser.
13 - actually add a simple testcase. 21 - actually add a simple testcase.
22 - reintroduced common::sense to supprerss spurious warnings.
14 23
150.01 Sun Oct 27 16:37:56 CET 2013 240.01 Sun Oct 27 16:37:56 CET 2013
16 - original version; cloned from JSON-XS/CBOR-XS 25 - original version; cloned from JSON-XS/CBOR-XS
17 26

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines