Bug Fixes
- allow integers as event names (1c220dd)
Bug Fixes
- move @types/component-emitter to dependencies (#99) (4efa005)
Features
- move binary detection back to the parser (285e7cd)
- add support for a payload in a CONNECT packet (78f9fc2)
Bug Fixes
- do not catch encoding errors (aeae87c)
- throw upon invalid payload format (c327acb)
BREAKING CHANGES
- the encode method is now synchronous (28d4f03)
Features
- move binary detection back to the parser (285e7cd)
Features
- add support for a payload in a CONNECT packet (78f9fc2)
This release will be included in Socket.IO v3.
There is a breaking API change (see below), but the exchange protocol is left untouched and thus stays in version 4.
Bug Fixes
- do not catch encoding errors (aeae87c)
- throw upon invalid payload format (c327acb)
BREAKING CHANGES
- the encode method is now synchronous (28d4f03)
Bug Fixes
- prevent DoS (OOM) via massive packets (#95) (dcb942d)