HISTORY.md (461B)
1 0.3.0 / 2014-09-07 2 ================== 3 4 * Support Node.js 0.6 5 * Throw error when parameter format invalid on parse 6 7 0.2.0 / 2014-06-18 8 ================== 9 10 * Add `typer.format()` to format media types 11 12 0.1.0 / 2014-06-17 13 ================== 14 15 * Accept `req` as argument to `parse` 16 * Accept `res` as argument to `parse` 17 * Parse media type with extra LWS between type and first parameter 18 19 0.0.0 / 2014-06-13 20 ================== 21 22 * Initial implementation