- [fix] Fix crashes in React Native "navigator is not defined" (#55)
- [refactor] Require base64-arraybuffer module conditionally. (#58)
- [perf] Split try catch into separate function (#65)
- [chore] Use wtf-8 instead of utf8 to prevent lone surrogates from generating parsing error (#68)
- [chore] Restrict files included in npm package (#67)
- [chore] Update license and repository url (#66)
- [chore] Update zuul browser settings following EOL notices (#62)
- [chore] bump zuul (#56)
- fix
ArrayBufferencoding 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
encodePayloadAsBinarymethod 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
blobmodule to simplify code - bump
arraybuffer.slice - style fixes
- parser: added binary encoding [Rase-]
- parser: switched to an async interface [Rase-]
- parser: if callback returns
falseignore rest of payload - test: fixed all broken tests
- added protocol version to index.js [albertyfwu]
- Changed
decodePayloadto use a callback instead of returning an array [sweetieSong, albertyfwu]
- package.json fixes
- Initial release