laravel-echo
Version:
Laravel Echo library for beautiful Pusher and Socket.IO integration
10 lines (6 loc) • 546 B
Markdown
# Release Notes
## [Unreleased](https://github.com/laravel/echo/compare/v2.0.0...2.x)
## v2.0.0 - 2025-02-11
* Fix TypeScript Error in `isConstructor` by [@SanderMuller](https://github.com/SanderMuller) in https://github.com/laravel/echo/pull/412
* [2.0] Major package upgrades, better TypeScript support, smaller build by [@SanderMuller](https://github.com/SanderMuller) in https://github.com/laravel/echo/pull/413
* [2.x] move tslib to dev deps by [@SanderMuller](https://github.com/SanderMuller) in https://github.com/laravel/echo/pull/414