ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Types-Serialiser/Changes
Revision: 1.4
Committed: Mon Oct 28 21:17:11 2013 UTC (10 years, 8 months ago) by root
Branch: MAIN
Changes since 1.3: +4 -0 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 Revision history for Perl extension Types::Serialiser
2
3 - remove Types::Serialiser::Boolean module, as it serves
4 no purpose anymore.
5
6 0.02 ?
7 - document the Types::Serialisation protocol, in the hope
8 of other modules picking it up.
9 - alias JSON::PP::Boolean as class for booleans, without
10 introducing a dependency to it. It's ugly, but allows
11 JSON::PP to stay in core without dependency to
12 Types::Serialiser.
13 - actually add a simple testcase.
14
15 0.01 Sun Oct 27 16:37:56 CET 2013
16 - original version; cloned from JSON-XS/CBOR-XS
17