ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Types-Serialiser/Changes
Revision: 1.8
Committed: Sat Nov 30 18:33:51 2013 UTC (10 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rel-1_0
Changes since 1.7: +5 -3 lines
Log Message:
1.0

File Contents

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