Revision history for Perl extension YAML::Tiny
1.03 Sun 14 Jan 2007
- Removing the forward-looking part of the preamble
1.02 Sun 14 Jan 2007
- Fixing exporting
1.01 Sun 14 Jan 2007
- Removed the ugly bold warning
1.00 Sun 14 Jan 2007
- What the hell, I'm as close as is needed I think
0.90 Sat 13 Jan 2007
- Adding support for inline multi-lines
0.11 Mon 25 Sep 2006
- Fixed bug in regex that detects unheadered ARRAY|HASH
0.10 Thu 24 Aug 2006
- Added double-quote support, making YAML::Tiny a lot more usable
- Added Load and Dump for YAML.pm compatibility
- Added tests for verifying compatibility with YAML::Syck
0.06 Sun 9 Jul 2006
- Added more tests
0.05 Sat 8 Jul 2006
- Added support for nested inline hashes (parse only)
- Added support for naked undef array and hash entries
- Can now handle sample Plagger configs from Miyagawa-san's talk
- Can now handle vanilla.yml from Perl::Dist::Vanilla
0.04 Sat 8 Jul 2006
- Added support for implicit document start for array/hash types
- Added support for colons in hash keys
- Added support for simple single quotes
- Can now handle our own META.yml file
0.03 Sat 8 Jul 2006
- Got all of the trivial test cases to pass
- Good enough for an initial usable release, but still expected to fail a lot
0.02 Thu 26 Apr 2006
- Added support for a single root-level hash
- Correcting POD bugs
0.01 Wed 26 Apr 2006
- Initial version
- Handles only document headers and non-wrapping scalar documents