- Added a "null.yaml" test case in the examples.
- Added support for NULL values.
- Fixed a global leak
- Made it so the first indentation in the input determines the indentation ammount (instead of it being statically set to 2 spaces) [joelverhagen]
- Fixed boolean support [Adrian Olaru]
- Added support for dates [Adrian Olaru]
- Added package.json
- Added a regex for unquoted strings as values.
- Fixed example/run.js so that it actually runs!
- Fixed problem with nested hashes dedenting too much.
- Added single quote string
- Added parse error contexts
- Added support for spaces in hash keys
- Added basic --- support
- Added inline hash whitespace tolerance
- Added spec for invalid inline hash
- Added inline hash support
- Fixed syntax error escaping
- Initial release