Revision history for XML::Hash::XS.
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