- package: allow any "debug" v2
- add a
_skipBytes()function - History: fix changelog output
- index: emit an "error" event when data is written with no parsing function is in place
- package: fix "main" field
- rename "lib/parser.js" to "index.js"
- README: use svg for Travis badge
- parser: use %o debug v1 formatting
- package: pin "readable-stream" to v1.0
- package: update "debug" to v1.0.0
- travis: test node v0.11
- travis: don't test node v0.9
- travis: test node v0.10
- test: add test case from #3
- parser: add jsdocs for the
process()function - parser: use a thunk-based "trampoline" technique to prevent stack overflows on synchronous parsers (fixes #3)
- Update for node v0.9.12 streams2 API Writable/Transform API changes
- Don't allow
_bytes(0) - Fix tests on node v0.8.x
- Allow
_passthrough(Infinity) - Add MIT license file
- Add support for asynchronous callback functions
- Initial release