Skip to content

Latest commit

 

History

History
151 lines (78 loc) · 4.97 KB

CHANGELOG.md

File metadata and controls

151 lines (78 loc) · 4.97 KB

Release Notes

v1.13.1 - 2022-08-02

Changed

  • Also leave Pusher private encrypted channel by @daannet in laravel#349

v1.13.0 - 2022-07-26

Added

  • Adds Turbo Interceptor to add X-Socket-Id header on Turbo requests by @tonysm in laravel#348

v1.12.1 - 2022-07-13

Fixed

v1.12.0 - 2022-06-21

Added

v1.11.7 - 2022-04-21

No significant changes.

v1.11.6 - 2022-04-21

No significant changes.

v1.11.5 - 2022-04-12

Changed

  • Add Channel, PresenceChannel class to typescript definition exports by @steve3d in laravel#333

v1.11.4 - 2022-03-15

Changed

  • Bump packages versions by @lucasmichot in laravel#331

Fixed

  • Fix types in connector.ts (#327)

Changed

  • Package build

Changed

  • Extend presence channel by channel class (#318)

Added

  • Add listenToAll and stopListeningToAll (#315)

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)