- Breaking change
- Switch recommended Pusher library
- Supports null-safety
- Fix typo #35
- Fix issue with PrivateChannel #33
- Update example app
- Add echo-server sample backend
Update to make inline with official Laravel echo package. Including:
- Add stopWhisper method to channel
- Add support for custom connectors
- Add pusher private-encrypted
- Implement error handling with support for Pusher
- Register subscription succeeded callbacks
- Added Pusher Client Support by @heywhy
- Update package description
- Update README.md
- Minor changes
- Include example
- Added Pusher connector. Implemented by @abrahamSN
- Fixes issue with socket-io private channels
- Cleaned up
- Initial release.
- Added null connector
- Added socketio connector