UNPKG

6.93 kBMarkdownView Raw
1# Release Notes
2
3## [Unreleased](https://github.com/laravel/echo/compare/v1.15.3...master)
4
5## [v1.15.3](https://github.com/laravel/echo/compare/v1.15.2...v1.15.3) - 2023-08-29
6
7- Export `Connector` and `EventFormatter` to provide full extensibility by [@slavarazum](https://github.com/slavarazum) in https://github.com/laravel/echo/pull/383
8
9## [v1.15.2](https://github.com/laravel/echo/compare/v1.15.1...v1.15.2) - 2023-07-11
10
11- Fix broken Typescript presence channel interface "whisper" method by [@DellanX](https://github.com/DellanX) in https://github.com/laravel/echo/pull/377
12- Fix TS error in EventFormatter for projects using TS5 by [@SanderMuller](https://github.com/SanderMuller) in https://github.com/laravel/echo/pull/381
13
14## [v1.15.1](https://github.com/laravel/echo/compare/v1.15.0...v1.15.1) - 2023-04-26
15
16- Fix broken Typescript presence channel interface "whisper" method by @DellanX in https://github.com/laravel/echo/pull/377
17
18## [v1.15.0](https://github.com/laravel/echo/compare/v1.14.2...v1.15.0) - 2023-01-17
19
20### Added
21
22- Leave from all channels by @k0mar12 in https://github.com/laravel/echo/pull/365
23- Add an `encrypedPrivateChannel` function to the NullConnector. by @luniki in https://github.com/laravel/echo/pull/369
24- Add a `listenToAll` function to the NullConnector. by @luniki in https://github.com/laravel/echo/pull/368
25
26## [v1.14.2](https://github.com/laravel/echo/compare/v1.14.1...v1.14.2) - 2022-11-22
27
28### Fixed
29
30- Fix node type issue by @timacdonald in https://github.com/laravel/echo/pull/361
31
32## [v1.14.1](https://github.com/laravel/echo/compare/v1.14.0...v1.14.1) - 2022-10-25
33
34### Fixed
35
36- Instantiate pusher using Pusher class from option by @chhornponleu in https://github.com/laravel/echo/pull/359
37
38## [v1.14.0](https://github.com/laravel/echo/compare/v1.13.1...v1.14.0) - 2022-08-30
39
40### Added
41
42- Bearer token Authorization support by @parallels999 in https://github.com/laravel/echo/pull/353
43
44## [v1.13.1](https://github.com/laravel/echo/compare/v1.13.0...v1.13.1) - 2022-08-02
45
46### Changed
47
48- Also leave Pusher private encrypted channel by @daannet in https://github.com/laravel/echo/pull/349
49
50## [v1.13.0](https://github.com/laravel/echo/compare/v1.12.1...v1.13.0) - 2022-07-26
51
52### Added
53
54- Adds Turbo Interceptor to add X-Socket-Id header on Turbo requests by @tonysm in https://github.com/laravel/echo/pull/348
55
56## [v1.12.1](https://github.com/laravel/echo/compare/v1.12.0...v1.12.1) - 2022-07-13
57
58### Fixed
59
60- Fix IIFE build by @timacdonald in https://github.com/laravel/echo/pull/344
61
62## [v1.12.0](https://github.com/laravel/echo/compare/v1.11.7...v1.12.0) - 2022-06-21
63
64### Added
65
66- User Authentication by @rennokki in https://github.com/laravel/echo/pull/340
67
68## [v1.11.7](https://github.com/laravel/echo/compare/v1.11.6...v1.11.7) - 2022-04-21
69
70No significant changes.
71
72## [v1.11.6](https://github.com/laravel/echo/compare/v1.11.5...v1.11.6) - 2022-04-21
73
74No significant changes.
75
76## [v1.11.5](https://github.com/laravel/echo/compare/v1.11.4...v1.11.5) - 2022-04-12
77
78### Changed
79
80- Add Channel, PresenceChannel class to typescript definition exports by @steve3d in https://github.com/laravel/echo/pull/333
81
82## [v1.11.4](https://github.com/laravel/echo/compare/v1.11.3...v1.11.4) - 2022-03-15
83
84### Changed
85
86- Bump packages versions by @lucasmichot in https://github.com/laravel/echo/pull/331
87
88## [v1.11.3 (2021-10-26)](https://github.com/laravel/echo/compare/v1.11.2...v1.11.3)
89
90### Fixed
91
92- Fix types in connector.ts ([#327](https://github.com/laravel/echo/pull/327))
93
94## [v1.11.2 (2021-08-31)](https://github.com/laravel/echo/compare/v1.11.1...v1.11.2)
95
96### Changed
97
98- Package build
99
100## [v1.11.1 (2021-08-03)](https://github.com/laravel/echo/compare/v1.11.0...v1.11.1)
101
102### Changed
103
104- Extend presence channel by channel class ([#318](https://github.com/laravel/echo/pull/318))
105
106## [v1.11.0 (2021-06-17)](https://github.com/laravel/echo/compare/v1.10.0...v1.11.0)
107
108### Added
109
110- Add `listenToAll` and `stopListeningToAll` ([#315](https://github.com/laravel/echo/pull/315))
111
112## [v1.10.0 (2020-12-19)](https://github.com/laravel/echo/compare/v1.9.0...v1.10.0)
113
114### Added
115
116- Add optional callback argument to `stopListening()` ([#292](https://github.com/laravel/echo/pull/292))
117
118## [v1.9.0 (2020-10-13)](https://github.com/laravel/echo/compare/v1.8.1...v1.9.0)
119
120### Added
121
122- Register subscription succeeded callbacks ([#288](https://github.com/laravel/echo/pull/288))
123
124## [v1.8.1 (2020-07-31)](https://github.com/laravel/echo/compare/v1.8.0...v1.8.1)
125
126### Added
127
128- Implement error handling with support for Pusher ([#284](https://github.com/laravel/echo/pull/284))
129
130## [v1.8.0 (2020-05-16)](https://github.com/laravel/echo/compare/v1.7.0...v1.8.0)
131
132### Fixed
133
134- IE11 fix for dist/echo.js not being transpiled to ES5 ([#270](https://github.com/laravel/echo/pull/270))
135
136## [v1.7.0 (2020-04-03)](https://github.com/laravel/echo/compare/v1.6.1...v1.7.0)
137
138### Added
139
140- Add pusher private-encrypted ([#264](https://github.com/laravel/echo/pull/264))
141
142## [v1.6.1 (2019-10-01)](https://github.com/laravel/echo/compare/v1.6.0...v1.6.1)
143
144### Fixed
145
146- Change check for 'querySelector' method for browser compatibility ([#253](https://github.com/laravel/echo/pull/253))
147
148## [v1.6.0 (2019-09-24)](https://github.com/laravel/echo/compare/v1.5.4...v1.6.0)
149
150### Added
151
152- Add `stopWhisper` method to channel ([#243](https://github.com/laravel/echo/pull/243))
153- Add option `this.options.withoutInterceptors` ([#248](https://github.com/laravel/echo/pull/248))
154- Add support for custom connectors ([#247](https://github.com/laravel/echo/pull/247))
155
156### Fixed
157
158- Check for `querySelector` ([#251](https://github.com/laravel/echo/pull/251))
159
160## [v1.5.4 (2019-06-14)](https://github.com/laravel/echo/compare/v1.5.3...v1.5.4)
161
162### Fixed
163
164- Ensure passed param wins over global ([#235](https://github.com/laravel/echo/pull/235))
165
166## [v1.5.3 (2019-02-14)](https://github.com/laravel/echo/compare/v1.5.2...v1.5.3)
167
168### Fixed
169
170- Add reference to TS declaration file ([#222](https://github.com/laravel/echo/pull/222))
171- Add missing method to Echo instance ([fd3b65b](https://github.com/laravel/echo/commit/fd3b65b5be2950e550e1e18a8d29451bdd66ce7f))
172
173## [v1.5.2 (2018-12-12)](https://github.com/laravel/echo/compare/v1.5.1...v1.5.2)
174
175### Added
176
177- Add iife output to dist ([#214](https://github.com/laravel/echo/pull/214))
178- Add leaveOne method to connectors ([#216](https://github.com/laravel/echo/pull/216), [9809405](https://github.com/laravel/echo/commit/9809405f63c318cbd8fef3e1b35159962a848f69))
179
180## [v1.5.1 (2018-12-05)](https://github.com/laravel/echo/compare/v1.5.0...v1.5.1)
181
182### Added
183
184- Add commonjs output to distribution ([#212](https://github.com/laravel/echo/pull/212))
185
186## [v1.5.0 (2018-12-01)](https://github.com/laravel/echo/compare/v1.4.1...v1.5.0)
187
188### Changed
189
190- General maintenance, code styling, and add `stopListening()` for socket.io ([#210](https://github.com/laravel/echo/pull/210))