UNPKG

3.67 kBMarkdownView Raw
1# Release Notes
2
3## [Unreleased](https://github.com/laravel/echo/compare/v1.11.3...master)
4
5
6## [v1.11.3 (2021-10-26)](https://github.com/laravel/echo/compare/v1.11.2...v1.11.3)
7
8### Fixed
9- Fix types in connector.ts ([#327](https://github.com/laravel/echo/pull/327))
10
11
12## [v1.11.2 (2021-08-31)](https://github.com/laravel/echo/compare/v1.11.1...v1.11.2)
13
14### Changed
15- Package build
16
17
18## [v1.11.1 (2021-08-03)](https://github.com/laravel/echo/compare/v1.11.0...v1.11.1)
19
20### Changed
21- Extend presence channel by channel class ([#318](https://github.com/laravel/echo/pull/318))
22
23
24## [v1.11.0 (2021-06-17)](https://github.com/laravel/echo/compare/v1.10.0...v1.11.0)
25
26### Added
27- Add `listenToAll` and `stopListeningToAll` ([#315](https://github.com/laravel/echo/pull/315))
28
29
30## [v1.10.0 (2020-12-19)](https://github.com/laravel/echo/compare/v1.9.0...v1.10.0)
31
32### Added
33- Add optional callback argument to `stopListening()` ([#292](https://github.com/laravel/echo/pull/292))
34
35
36## [v1.9.0 (2020-10-13)](https://github.com/laravel/echo/compare/v1.8.1...v1.9.0)
37
38### Added
39- Register subscription succeeded callbacks ([#288](https://github.com/laravel/echo/pull/288))
40
41
42## [v1.8.1 (2020-07-31)](https://github.com/laravel/echo/compare/v1.8.0...v1.8.1)
43
44### Added
45- Implement error handling with support for Pusher ([#284](https://github.com/laravel/echo/pull/284))
46
47
48## [v1.8.0 (2020-05-16)](https://github.com/laravel/echo/compare/v1.7.0...v1.8.0)
49
50### Fixed
51- IE11 fix for dist/echo.js not being transpiled to ES5 ([#270](https://github.com/laravel/echo/pull/270))
52
53
54## [v1.7.0 (2020-04-03)](https://github.com/laravel/echo/compare/v1.6.1...v1.7.0)
55
56### Added
57- Add pusher private-encrypted ([#264](https://github.com/laravel/echo/pull/264))
58
59
60## [v1.6.1 (2019-10-01)](https://github.com/laravel/echo/compare/v1.6.0...v1.6.1)
61
62### Fixed
63- Change check for 'querySelector' method for browser compatibility ([#253](https://github.com/laravel/echo/pull/253))
64
65
66## [v1.6.0 (2019-09-24)](https://github.com/laravel/echo/compare/v1.5.4...v1.6.0)
67
68### Added
69- Add `stopWhisper` method to channel ([#243](https://github.com/laravel/echo/pull/243))
70- Add option `this.options.withoutInterceptors` ([#248](https://github.com/laravel/echo/pull/248))
71- Add support for custom connectors ([#247](https://github.com/laravel/echo/pull/247))
72
73### Fixed
74- Check for `querySelector` ([#251](https://github.com/laravel/echo/pull/251))
75
76
77## [v1.5.4 (2019-06-14)](https://github.com/laravel/echo/compare/v1.5.3...v1.5.4)
78
79### Fixed
80- Ensure passed param wins over global ([#235](https://github.com/laravel/echo/pull/235))
81
82
83## [v1.5.3 (2019-02-14)](https://github.com/laravel/echo/compare/v1.5.2...v1.5.3)
84
85### Fixed
86- Add reference to TS declaration file ([#222](https://github.com/laravel/echo/pull/222))
87- Add missing method to Echo instance ([fd3b65b](https://github.com/laravel/echo/commit/fd3b65b5be2950e550e1e18a8d29451bdd66ce7f))
88
89
90## [v1.5.2 (2018-12-12)](https://github.com/laravel/echo/compare/v1.5.1...v1.5.2)
91
92### Added
93- Add iife output to dist ([#214](https://github.com/laravel/echo/pull/214))
94- Add leaveOne method to connectors ([#216](https://github.com/laravel/echo/pull/216), [9809405](https://github.com/laravel/echo/commit/9809405f63c318cbd8fef3e1b35159962a848f69))
95
96
97## [v1.5.1 (2018-12-05)](https://github.com/laravel/echo/compare/v1.5.0...v1.5.1)
98
99### Added
100- Add commonjs output to distribution ([#212](https://github.com/laravel/echo/pull/212))
101
102
103## [v1.5.0 (2018-12-01)](https://github.com/laravel/echo/compare/v1.4.1...v1.5.0)
104
105### Changed
106- General maintenance, code styling, and add `stopListening()` for socket.io ([#210](https://github.com/laravel/echo/pull/210))