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