Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.

Latest commit

 

History

History
49 lines (28 loc) · 909 Bytes

CHANGELOG.md

File metadata and controls

49 lines (28 loc) · 909 Bytes

0.2.0

Thanks to MohammedYAmmar

  • Added the ability to get the socket ID.
  • Bumped version of json_annotation

0.1.1

  • Minor changes to iOS podspec to help with ObjC based apps
  • Documentation update

0.1.0

Thanks to GillesMontyne

  • Readme updated with better usage information
  • Support for Pusher's auth system
  • Better configurability in PusherOptions (host, port, encrypted, activityTimeout)

0.0.8

  • Update json_annotation and json_serializable

0.0.7

  • Run Android callbacks on main thread

0.0.6

  • Setting iOS pod as a static framework

0.0.5

  • Fixed hot restart resulting in duplicate callbacks

0.0.4

  • Fixed calling bind multiple times with the same event name resulting in duplicate callbacks on iOS

0.0.3

  • Added return type of void for bind callback

0.0.2

  • Small fixes for pub listing

0.0.1

  • Initial release with support for channels and events