---
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!