Skip to content

Latest commit

 

History

History
82 lines (44 loc) · 2.92 KB

CHANGELOG.md

File metadata and controls

82 lines (44 loc) · 2.92 KB

Release Notes

Added

  • Add optional callback argument to stopListening() (#292)

Added

  • Register subscription succeeded callbacks (#288)

Added

  • Implement error handling with support for Pusher (#284)

Fixed

  • IE11 fix for dist/echo.js not being transpiled to ES5 (#270)

Added

  • Add pusher private-encrypted (#264)

Fixed

  • Change check for 'querySelector' method for browser compatibility (#253)

Added

  • Add stopWhisper method to channel (#243)
  • Add option this.options.withoutInterceptors (#248)
  • Add support for custom connectors (#247)

Fixed

  • Check for querySelector (#251)

Fixed

  • Ensure passed param wins over global (#235)

Fixed

  • Add reference to TS declaration file (#222)
  • Add missing method to Echo instance (fd3b65b)

Added

  • Add iife output to dist (#214)
  • Add leaveOne method to connectors (#216, 9809405)

Added

  • Add commonjs output to distribution (#212)

Changed

  • General maintenance, code styling, and add stopListening() for socket.io (#210)