The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for XML::Hash::XS.

0.12_01 2013-03-07
        Added benchmark results.

0.12    2013-03-06
        Experimental support the conversion method of the XML::Hash::LX library.

0.11    2013-03-02
        Fix for compatibility with version 2.9.0 library libxml2

0.10    2012-04-19
        New option "xml_decl".

0.09    2012-04-12
        New option "content".

0.08    2012-04-10
        Fix for perl < 5.10.

0.07    2012-04-07
        Fix memory leak.

0.06    2012-04-06
        New options "canonical" and "use_attr".

0.05_03 2012-04-02
        Fix bug with ppport.h.

0.05_02 2012-04-02
        Added ppport.h.
        No more using Scalar::Util.

0.05_01 2012-03-26
        Fix test conv.t

0.05    2012-03-25
        Fix bug with compiling on FreeBSD

0.04    2012-03-24
        Updated Makefile.PL

0.03_01 2012-02-28
        Added META.json

0.03    2012-02-25
        Changed output to a file handle (thanks to Cono)

0.02    2012-02-15
        Increased performance by 2.5 times via direct conversion to a string without creating a DOM

0.01    2012-02-12
        First version