matssocket 1.0.0+2025-10-27
matssocket: ^1.0.0+2025-10-27 copied to clipboard
MatsSocket client library employing WebSockets to bridge the asynchronous message based nature of server-side Mats^3 out to end user client applications
1.0.0+2025-10-27 #
- Improved Dart null-safety quite a bit.
- .. including getting tests to run again, with null-safety!
- Added full outOfBandClose functionality (vs. JS client)
- Added full preConnectionOperation functionality (vs. JS client)
- Improved "client lib and version" ('clv') string sent to server.
- Upgraded Dart to 3.9.4 (latest at the time of writing)
- Got rid of dart:html
- Runs on all platforms and compilers.
- Added examples.
- Cleaned all doc warnings.
- Corrected tab=2 spaces.
- Picked all lint.
- Improved READMEs.
- Got pana-score to 150 of 160.
0.19.0+2022-11-11 #
- Fixes Issue 11: If a MatsSocket only performs subscribe, no other message sending, then sub was never sent to server
0.18.0+2021-09-20 #
- Corrected bad version string inside MatsSocket.dart
0.18.0+2021-09-19 #
- First version on pub.dev