Skip to content

Latest commit

 

History

History
190 lines (99 loc) · 6.77 KB

CHANGELOG.md

File metadata and controls

190 lines (99 loc) · 6.77 KB

Release Notes

v1.15.3 - 2023-08-29

v1.15.2 - 2023-07-11

v1.15.1 - 2023-04-26

  • Fix broken Typescript presence channel interface "whisper" method by @DellanX in laravel#377

v1.15.0 - 2023-01-17

Added

  • Leave from all channels by @k0mar12 in laravel#365
  • Add an encrypedPrivateChannel function to the NullConnector. by @luniki in laravel#369
  • Add a listenToAll function to the NullConnector. by @luniki in laravel#368

v1.14.2 - 2022-11-22

Fixed

v1.14.1 - 2022-10-25

Fixed

  • Instantiate pusher using Pusher class from option by @chhornponleu in laravel#359

v1.14.0 - 2022-08-30

Added

  • Bearer token Authorization support by @parallels999 in laravel#353

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)