Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed May 28, 2019
1 parent 5ee4b8f commit 997d8db
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
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))

0 comments on commit 997d8db

Please sign in to comment.