Skip to content

v3.0.1

Choose a tag to compare

@DoctorMcKay DoctorMcKay released this 21 Apr 06:07
· 12 commits to master since this release
fb91c75
  • BREAKING This is now an ES6 module
    • When using import, you can no longer use import WS13 from 'websocket13'
    • No code changes are necessary if using CommonJS require, e.g. const WS13 = require('websocket13')
    • These breaking changes are no longer present in 3.0.2
  • BREAKING The WebSocketExtensions container is no longer directly exposed via the extensions option. There is a new permessageDeflate boolean option to control whether compression is enabled.
  • The module now has TypeScript definitions built in

Full Changelog: v2.3.1...v3.0.1