v1.16.1 - 2024-04-09
- Replaced deprecated substr function by @SuperDJ in #395
- Throw error on unsupported broadcaster by @SuperDJ in #396
v1.16.0 - 2024-02-20
v1.15.3 - 2023-08-29
- Export
Connector
andEventFormatter
to provide full extensibility by @slavarazum in #383
v1.15.2 - 2023-07-11
- Fix broken Typescript presence channel interface "whisper" method by @DellanX in #377
- Fix TS error in EventFormatter for projects using TS5 by @SanderMuller in #381
v1.15.1 - 2023-04-26
- Fix broken Typescript presence channel interface "whisper" method by @DellanX in #377
v1.15.0 - 2023-01-17
- Leave from all channels by @k0mar12 in #365
- Add an
encrypedPrivateChannel
function to the NullConnector. by @luniki in #369 - Add a
listenToAll
function to the NullConnector. by @luniki in #368
v1.14.2 - 2022-11-22
- Fix node type issue by @timacdonald in #361
v1.14.1 - 2022-10-25
- Instantiate pusher using Pusher class from option by @chhornponleu in #359
v1.14.0 - 2022-08-30
- Bearer token Authorization support by @parallels999 in #353
v1.13.1 - 2022-08-02
- Also leave Pusher private encrypted channel by @daannet in #349
v1.13.0 - 2022-07-26
- Adds Turbo Interceptor to add X-Socket-Id header on Turbo requests by @tonysm in #348
v1.12.1 - 2022-07-13
- Fix IIFE build by @timacdonald in #344
v1.12.0 - 2022-06-21
- User Authentication by @rennokki in #340
v1.11.7 - 2022-04-21
No significant changes.
v1.11.6 - 2022-04-21
No significant changes.
v1.11.5 - 2022-04-12
- Add Channel, PresenceChannel class to typescript definition exports by @steve3d in #333
v1.11.4 - 2022-03-15
- Bump packages versions by @lucasmichot in #331
- Fix types in connector.ts (#327)
- Package build
- Extend presence channel by channel class (#318)
- Add
listenToAll
andstopListeningToAll
(#315)
- Add optional callback argument to
stopListening()
(#292)
- 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)