echo

Laravel Echo library for beautiful Pusher and Ably integration.

MIT License

Downloads
657.6K
Stars
1.2K
Committers
68

Bot releases are hidden (Show)

echo -

Published by driesvints over 3 years ago

Added

  • Add listenToAll and stopListeningToAll (#315)
echo - v1.10.0

Published by driesvints almost 4 years ago

Added

  • Add optional callback argument to stopListening() (#292)
echo - v1.9.0

Published by driesvints almost 4 years ago

Added

  • Register subscription succeeded callbacks (#288)
echo - v1.8.1

Published by driesvints about 4 years ago

Added

  • Implement error handling with support for Pusher (#284)
echo - v1.8.0

Published by driesvints over 4 years ago

Fixed

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

Published by driesvints over 4 years ago

Added

  • Add pusher private-encrypted (#264)
echo - v1.6.1

Published by driesvints about 5 years ago

Fixed

  • Change check for 'querySelector' method for browser compatibility (#253)
echo - v1.6.0

Published by driesvints about 5 years ago

Added

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

Fixed

  • Check for querySelector (#251)
echo - v1.5.4

Published by driesvints over 5 years ago

Fixed

  • Ensure passed param wins over global (#235)
echo - v1.5.3

Published by driesvints over 5 years ago

Fixed

  • Add reference to TS declaration file (#222)
  • Add missing method to Echo instance (fd3b65b)
echo - v1.5.2

Published by driesvints over 5 years ago

Added

  • Add iife output to dist (#214)
  • Add leaveOne method to connectors (#216, 9809405)
echo - v1.5.1

Published by driesvints over 5 years ago

Added

  • Add commonjs output to distribution (#212)
echo - v1.5.0

Published by driesvints over 5 years ago

Changed

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