Thanks to MohammedYAmmar
- Added the ability to get the socket ID.
- Bumped version of json_annotation
- Minor changes to iOS podspec to help with ObjC based apps
- Documentation update
Thanks to GillesMontyne
- Readme updated with better usage information
- Support for Pusher's auth system
- Better configurability in PusherOptions (host, port, encrypted, activityTimeout)
- Update json_annotation and json_serializable
- Run Android callbacks on main thread
- Setting iOS pod as a static framework
- Fixed hot restart resulting in duplicate callbacks
- Fixed calling
bind
multiple times with the same event name resulting in duplicate callbacks on iOS
- Added return type of
void
for bind callback
- Small fixes for pub listing
- Initial release with support for channels and events