--- version: 0.11 date: Tue May 29 17:25:18 PDT 2007 changes: - Fixed false YAML::Tiny dependency - Support blessed hashes and arrays --- version: 0.10 date: Mon May 28 03:17:29 PDT 2007 changes: Integrated with YAML::Tests test suite. --- version: 0.09 date: Mon May 28 00:38:19 PDT 2007 changes: - Dump and Load scalar refs - Handle alias scalar refs --- version: 0.08 date: Wed May 23 19:34:35 PDT 2007 changes: - Make sure dumped empty strings have quotes - Add boolean roundtrip support - Add full anchor/alias support --- version: 0.07 date: Wed May 23 00:04:42 PDT 2007 changes: TonyC showed me how to use '...' in my XS prototype to say zero or more args. --- version: 0.06 date: Tue May 22 23:37:40 PDT 2007 changes: Support dumping zero objects, and loading empty or comment only streams to produce zero objects. --- version: 0.05 date: Mon May 21 00:14:40 PDT 2007 changes: TonyC pointed out the error in my ways for using newSVpvf for strings. --- version: 0.04 date: Sat May 19 20:04:04 PDT 2007 changes: - Added a typedef 'dumper' like 'loader'. Makes internals nicer and more exposable. - Support dumping undef as ~ and "~" as '~', and loading them correctly. --- version: 0.03 date: Mon May 14 23:27:17 PDT 2007 changes: - Fixed Dump call stack bugs reported by vhold. Made Dump work like Load. - Made this very 'Changes' file loadable, and have a test to prove it. - As a result Load now handles a multiple document stream correctly. - Added a 'loader' typedef to the C code. This is kinda like a self object for the Loader and maybe I'll expose this to the Perl API at some point. - Made Dump and Load not be proxy subs from YAML::LibYAML to YAML::LibYAML::XS. This removes one level of Perl sub calling which should improve benchmarks. --- version: 0.02 date: Mon May 14 23:27:17 PDT 2007 changes: Implement initial Dump function. Now supports basic Dump and Load. --- version: 0.01 date: Fri May 11 14:08:54 PDT 2007 changes: First Version. Very alpha. Not for production!