Releases: rikulo/socket_io_common
Releases · rikulo/socket_io_common
Release 3.1.1
3.1.1
Bug fix:
- socket_io_common#16 [WASM] Failed to check runtimeType in release mode
Full Changelog: v3.1.0...v3.1.1
Release 3.1.0
3.1.0
Bug fix:
- can't use "is" checks and "as" casts for Dart WASM (web) builds - https://dart.dev/interop/js-interop/js-types
Full Changelog: v3.0.2...v3.1.0
Release 3.0.2
3.0.2
Bug fix:
- socket_io_common#14 Fix ByteBuffer cast to Uint8List
- socket_io_common#15 NoSuchMethodError (NoSuchMethodError: Class '[AnyType]' has no instance getter 'toJSON')
What's Changed
New Contributors
Full Changelog: v3.0.1...v3.0.2
Release 3.0.1
Release 3.0.0
Release 3.0.0-beta.0
3.0.0-beta.0
Features:
- Update codebase for compatibility with Socket.IO v4.7.4 and migrate to Dart version 3
- socket_io_common#10 EventEmitter.on returns disposer function