Skip to content

superviz-realtime-2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 31 Oct 21:47
· 3 commits to master since this release

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