-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5ee4b8f
commit 997d8db
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Release Notes | ||
|
||
## [Unreleased](https://github.com/laravel/echo/compare/v1.5.3...master) | ||
|
||
|
||
## [v1.5.3 (2019-02-14)](https://github.com/laravel/echo/compare/v1.5.2...v1.5.3) | ||
|
||
### Fixed | ||
- Add reference to TS declaration file ([#222](https://github.com/laravel/echo/pull/222)) | ||
- Add missing method to Echo instance ([fd3b65b](https://github.com/laravel/echo/commit/fd3b65b5be2950e550e1e18a8d29451bdd66ce7f)) | ||
|
||
|
||
## [v1.5.2 (2018-12-12)](https://github.com/laravel/echo/compare/v1.5.1...v1.5.2) | ||
|
||
### Added | ||
- Add iife output to dist ([#214](https://github.com/laravel/echo/pull/214)) | ||
- Add leaveOne method to connectors ([#216](https://github.com/laravel/echo/pull/216), [9809405](https://github.com/laravel/echo/commit/9809405f63c318cbd8fef3e1b35159962a848f69)) | ||
|
||
|
||
## [v1.5.1 (2018-12-05)](https://github.com/laravel/echo/compare/v1.5.0...v1.5.1) | ||
|
||
### Added | ||
- Add commonjs output to distribution ([#212](https://github.com/laravel/echo/pull/212)) | ||
|
||
|
||
## [v1.5.0 (2018-12-01)](https://github.com/laravel/echo/compare/v1.4.1...v1.5.0) | ||
|
||
### Changed | ||
- General maintenance, code styling, and add `stopListening()` for socket.io ([#210](https://github.com/laravel/echo/pull/210)) |