Releases: laravel/echo
Releases · laravel/echo
v2.1.4
What's Changed
channel
is now immediately available by @joetannenbaum in #435- Type fixes in core library by @joetannenbaum in #434
- Check for import.meta.env before using Vite environment variables by @joetannenbaum in #436
- Fix channel return type by @joetannenbaum in #437
Full Changelog: v2.1.3...v2.1.4
v2.1.3
What's Changed
- Fix Reverb app key env name by @joetannenbaum in #431
Full Changelog: v2.1.2...v2.1.3
v2.1.1
What's Changed
- Fix Ably cluster error by @joetannenbaum in #429
- Make events and listeners optional by @joetannenbaum in #430
Full Changelog: v2.1.0...v2.1.1
v2.1.0
- fixes: unable to build by @fxnm in #419
- Update logo by @iamdavidhill in #421
- CI Improvements by @crynobone in #424
- React/Vue Typescript Hooks by @tnylea in #422
- Final hook prep by @joetannenbaum in #426
- Added listen to
*
, stronger typing by @joetannenbaum in #427
v2.0.2
- [2.x] Fix TS errors with
skipLibCheck: false
by @SanderMuller in #416
v2.0.0
- Fix TypeScript Error in
isConstructor
by @SanderMuller in #412 - [2.0] Major package upgrades, better TypeScript support, smaller build by @SanderMuller in #413
- [2.x] move tslib to dev deps by @SanderMuller in #414
v1.17.1
- Fix custom broadcaster usages by @bytestream in #404