Upgrade to PEG.js v0.8 and rewrite compiler; parser is now considerably faster (from ~7000ms to ~1000ms to parse example.toml 1000 times on Node.js v0.10)
1.0.4 - Aug 17 2013
Bug Fixes
Fix support for empty arrays
1.0.3 - Aug 17 2013
Bug Fixes
Fix typo in array type error message
Fix single-element arrays with no trailing commas
1.0.2 - Aug 17 2013
Bug Fixes
Fix errors on lines that contain only whitespace (#7)
1.0.1 - Aug 17 2013
Internals
Remove old code remaining from the remove streaming API