- Register subscription succeeded callbacks (#288)
- Implement error handling with support for Pusher (#284)
- IE11 fix for dist/echo.js not being transpiled to ES5 (#270)
- Add pusher private-encrypted (#264)
- Change check for 'querySelector' method for browser compatibility (#253)
- Add
stopWhisper
method to channel (#243) - Add option
this.options.withoutInterceptors
(#248) - Add support for custom connectors (#247)
- Check for
querySelector
(#251)
- Ensure passed param wins over global (#235)
- Add commonjs output to distribution (#212)
- General maintenance, code styling, and add
stopListening()
for socket.io (#210)