Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 953 Bytes

CHANGELOG.md

File metadata and controls

41 lines (26 loc) · 953 Bytes

Changelog

2.0.1

  • [FIXED] Change getSocketId function to return a Future<String>
  • [FIXED] Replace FlutterActivity with general Activity
  • [FIXED] Compilation errors on Example App

2.0.0

  • [BREAKING CHANGE] Convert channel member to Map (instead of Set)
  • [FIXED] Add internal member before calling onMemberAdded callback on channel
  • [FIXED] onAuthorizer() doesn't work in Flutter web profile/release mode

1.0.5

  • [FIXED] Android: Subscribing to private channels
  • [FIXED] Android: Receiving events

1.0.4

  • [FIXED] Dependency issue on android
  • [FIXED] Compile issue on newer Kotlin versions
  • [IMPROVEMENT] Updated dependencies

1.0.3

  • [FIXED] release build issues on android
  • [IMPROVEMENT] Always send connectionstate in uppercase
  • [FIXED] release mode issue with js backend

1.0.2

  • [FIXED] Android release configuration on example app

1.0.1

  • [FIXED] Duplicated events on iOS

1.0.0

  • Initial release