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

Comparing Types-Serialiser/Changes (file contents):
Revision 1.6 by root, Tue Oct 29 13:08:35 2013 UTC vs.
Revision 1.9 by root, Tue Dec 1 01:47:20 2020 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines