Releases: SuperViz/realtime-flutter
Releases · SuperViz/realtime-flutter
superviz-socket-client-2.0.0
superviz-socket-client-1.2.0
1.2.0 (2024-10-31)
Bug Fixes
- error on typed publish (73ded1a)
- incorrect package name on install dependency (2ae5978)
- remove initial changelog register (8b0969e)
- removing non-existent event from PresenceEvents (49cd9d1)
Features
- on and off methods accept Strings as event (a65eff0)
BREAKING CHANGES
- The type key of observers parse to be a String
superviz-realtime-2.0.0
2.0.0 (2024-10-31)
Bug Fixes
- error to register a listener on presence event (eaefad6)
- path to export channel types (545f922)
- removing non-existent event from PresenceEvents (49cd9d1)
- removing unused typedef (ecab113)
- type inference on publish and subscribe (8ddedb8)
- wrong refs on img shields io (a774390)
Build System
- update superviz_socket_client package's version (e12d0f2)
Features
- accept String as event to subscribe (85fc328)
- create callback typedef (437bbcd)
- create presence callback typedef (8650f9a)
- generic type on publish event method (ff9899c)
- make getAll method sync (f8f5e01)
- move realtime message typedef to correct folder (26689eb)
- on and off methods accept Strings as event (a65eff0)
BREAKING CHANGES
- Update package to version 2.0.0
- Update to new release of superviz_socket_client package
- The return of the getAll method in RealtimePresence is synchronous.
- now the event to subscribe in RealtimePresence should be a String
- The type key of observers parse to be a String