From 997d8dbb23c7b8d83fcb2985c8bad52aff2b7bff Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 21 May 2019 20:02:28 +0200 Subject: [PATCH] Add changelog --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..3c9893f8 --- /dev/null +++ b/CHANGELOG.md @@ -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))