0.5.3 (2014-01-22) ------------------ * Add CLI interface 0.4.4 (2013-03-25) ------------------ * Fixed parser performance on many empty sections. 0.4.3 (2013-03-05) ------------------ * HEAD HTTP method endpoints must NOT define response body. * Added syntax highlighting for the HEAD HTTP method. 0.4.2 (2013-03-01) ------------------ * Added explicit support for the HEAD HTTP method. Removed superfluous DELETE HTTP method. 0.4.1 (2013-01-30) ------------------ * Path prefix from "HOST:" is now added to Resource.url. This fixes a regression against the old non-PEG.js parser. 0.4.0 (2013-01-10) ------------------ * Regenerated the parser using development version of PEG.js. This leads to ~20% performance improvement. * Use nulls, not empty strings, to mark missing things in JSON. * Browser version is now downloaded from Amazon S3. 0.3.0 (2012-11-28) ------------------ * Implemented static |fromJSON| method for all AST nodes. This complements |toJSON|. 0.2.0 (2012-11-26) ------------------ * Improved performance by 70-80%. * Fixed project metadata (homepage, copyright). 0.1.1 (2012-11-14) ------------------ * Fixed a badly published npm package. 0.1.0 (2012-11-12) ------------------ * Initial release.