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