Revision history for Perl extension YAML::Tiny
1.11 Tue 5 Jun 2007
- Forgot to string trailing whitespace in a few cases
- 'hashkey: This was mistaken as a hash entry, not a string'
- Adding explicit tests from #yaml for single quote escaping
1.10 Tue 5 Jun 2007
- Adding support for null hash/arrays
1.09 Mon 21 May 2007
- Fixing a bug in the trivial scalar case
1.08 Wed 16 May 2007
- Adding support for |- trimming multiline scalars
1.07 Tue 15 May 2007
- Adding support for whitespace after document headers
1.06 Mon 14 May 2007
- Bug fix to support an additional variant of null hashes
1.05 Wed 2 May 2007
- Bug fix to allow support for keys with spaces
- Bug fix to allow empty comments
1.04 Wed 21 Feb 2007
- Adding support for LoadFile, DumpFile, freeze and thaw
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