- make utf8 encoding/decoding optional
- adjust protocol revision
- handle invalid utf8 errors gracefully
- fix memory leak on browser
- fix decodePayloadAsBinary memory leak [christophwitzko]
- README improvements
- utf8 fixes when using binary encoding [nkzawa]
- fix range error
- fix
encodePayloadAsBinary
method encodes packets to base64
- Fix length calculation when encoding as binary [binlain]
- fix binary for android due to a bug in Blob XHR2 implementation [Rase-]
- implement
blob
module to simplify code - bump
arraybuffer.slice
- style fixes
- parser: added binary encoding [Rase-]
- parser: switched to an async interface [Rase-]
- parser: if callback returns
false
ignore rest of payload - test: fixed all broken tests
- added protocol version to index.js [albertyfwu]
- Changed
decodePayload
to use a callback instead of returning an array [sweetieSong, albertyfwu]
- package.json fixes
- Initial release