- fix
ArrayBuffer
encoding in base64 string
- fix encoding blob as base64
- fixes for iojs/node
- pass has-binary result to encodePacket [rase-]
- Fix parse error [rase-]
- fix return type for decodePacket
- README fixes
- use travis matrix for better test runs
- encode into binary only if needed
- add test cases for base64 object encoding.
- add encodeBase64Object to encoder for browser
- avoid sending Blobs on PhantomJS (as on Android)
- test that utf8 encoding is not on by default but can be switched on manually
- 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