Skip to content

Releases: laravel/echo

v1.8.1

03 Aug 15:38

Choose a tag to compare

Added

  • Implement error handling with support for Pusher (#284)

v1.8.0

26 May 18:10

Choose a tag to compare

Fixed

  • IE11 fix for dist/echo.js not being transpiled to ES5 (#270)

v1.7.0

07 Apr 14:51

Choose a tag to compare

Added

  • Add pusher private-encrypted (#264)

v1.6.1

01 Oct 17:07
1cbd053

Choose a tag to compare

Fixed

  • Change check for 'querySelector' method for browser compatibility (#253)

v1.6.0

24 Sep 16:00
5f784b7

Choose a tag to compare

Added

  • Add stopWhisper method to channel (#243)
  • Add option this.options.withoutInterceptors (#248)
  • Add support for custom connectors (#247)

Fixed

  • Check for querySelector (#251)

v1.5.4

14 Jun 12:56
d05a303

Choose a tag to compare

Fixed

  • Ensure passed param wins over global (#235)

v1.5.3

21 May 18:06

Choose a tag to compare

Fixed

  • Add reference to TS declaration file (#222)
  • Add missing method to Echo instance (fd3b65b)

v1.5.2

21 May 18:06

Choose a tag to compare

Added

  • Add iife output to dist (#214)
  • Add leaveOne method to connectors (#216, 9809405)

v1.5.1

21 May 18:06

Choose a tag to compare

Added

  • Add commonjs output to distribution (#212)

v1.5.0

21 May 18:05

Choose a tag to compare

Changed

  • General maintenance, code styling, and add stopListening() for socket.io (#210)