- [chore] Bump has-binary2 to version 1.0.2 (#70)
- [fix] Fix Blob detection for iOS 8/9 (#69)
- [fix] Ensure globals are functions before running
instanceof
(#68)
- [chore] Bump debug to version 2.6.4 (#67)
- [feat] Move binary detection to the parser (#66)
- [chore] Bump isarray to version 2.0.1 (#65)
- [chore] Use native JSON and drop support for older nodejs versions (#64)
- [perf] Small optimisations (#57)
- [chore] Update zuul config to speed up tests in browser (#58)
- [refactor] Remove useless variable (#55)
- [chore] Bump dependencies (#56)
- [refactor] Remove unused var (#53)
- [refactor] Use strict equality when possible (#52)
- [chore] Revert "Remove deprecated isarray dependency" (#50)
- [perf] Split try catch into separate function (#40)
- [chore] remove browsers setting from .zuul.yml (#34)
- [chore] bump zuul (#37)
- [chore] Bump zuul to 3.11.0 & zuul-ngrok to 4.0.0 (#41)
- [chore] Update zuul browser settings following EOL notices (#42)
- [chore] Restrict files included in npm package (#45)
- [chore] Update zuul browser settings (#44)
- [chore] Remove deprecated isarray dependency (#46)
- [chore] Make the build status badge point towards master (#47)
- [chore] Move benchmark to dev dependencies (#48)
- fix the order of exported events [chylli]
- package: bump debug
- update JSON3 to 3.3.2
- index: fix off-by-one bound checks
- index: fix potential infinite loop with malicious binary packet
- prevent direct
Buffer
reference that breaks browserify - binary: reuse
isBuf
helper
- added benchmarking [kevin-roark]
- upgrade component-emitter to 1.1.2 [kevin-roark]
- update protocol version [kevin-roark]
- less indentation and a small optimization [kevin-roark]
- added a BINARY_ACK type [kevin-roark]
- don't iterate keys of
Date
objects [Rase-]
- fix null reconstruction bug [kevin-roark]
- bump zuul version
- updated protocol version
- added support for binary in ACK packets
- removed has-binary-data dependency
- fixed the object check in binary.removeBlobs
- faster and smaller binary parser and protocol [kevin-roark]
- binary support [kevin-roark]
- package: bump
json3
to fix IE6-7
- package: bump debug to fix browserify issues
- index: use
json3
- index: added instrumentation through
debug
- index: make sure decoded
id
is aNumber
- index: allow for falsy values in
id
anddata
- Revision 1