Skip to content

Releases: PlugFox/ws

1.1.0-dev.1

01 Jul 01:28
db79c37
Compare
Choose a tag to compare

What's Changed

  • Migrate from dart:html to package:web by @sabin26 in #15

New Contributors

Full Changelog: 1.0.0...1.1.0-dev.1

1.0.0

24 Feb 02:31
5906239
Compare
Choose a tag to compare
  • ✅ Cross-platform WebSocket client for Dart and Flutter
  • ✅ Support for secure WebSocket connections wss://
  • ✅ Specifying custom protocols
  • ✅ Connection state changes
  • ✅ Reconnection to new URL
  • ✅ Concurrency
  • ✅ Backoff full jitter strategy for reconnection attempts
  • ✅ Handy stream of messages with automatic JSON decoding
  • ✅ Metrics & TX/RX bytes and counters
  • ✅ Platform-specific options
  • ✅ Connection timeout
  • ✅ Creating Web Socket client from custom implementation
  • ✅ Fake client for testing
  • ✅ Custom exceptions
  • ✅ 90% test coverage
  • ✅ First message after connection/reconnection
  • ✅ Interceptors (middlewares)

1.0.0-pre.6

25 Jul 14:49
d2b8889
Compare
Choose a tag to compare
1.0.0-pre.6 Pre-release
Pre-release
Feature/remove singletons (#7)

* Update logger

* Remove singletons

1.0.0-pre.5

17 Jul 11:40
392ee1a
Compare
Choose a tag to compare
1.0.0-pre.5 Pre-release
Pre-release
  • BREAKING CHANGE: Change options to separate, platform-specific object
  • You can now pass headers and other options to the IO web socket client
  • Backoff full jitter strategy for reconnection attempts
  • Add more metrics
  • Public Fake WebSocket client for testing

1.0.0-pre.4

17 Jul 07:41
Compare
Choose a tag to compare
1.0.0-pre.4 Pre-release
Pre-release
  • BREAKING CHANGE: Change options to separate, platform-specific object
  • You can now pass headers and other options to the IO web socket client
  • Backoff full jitter strategy for reconnection attempts
  • Add more metrics
  • Public Fake WebSocket client for testing

1.0.0-pre.3

16 Jul 22:33
Compare
Choose a tag to compare
1.0.0-pre.3 Pre-release
Pre-release
  • BREAKING CHANGE: Change options to separate, platform-specific object
  • You can now pass headers and other options to the IO web socket client
  • Backoff full jitter strategy for reconnection attempts
  • Add more metrics
  • Public Fake WebSocket client for testing

1.0.0-pre.1

16 Jul 20:39
af33380
Compare
Choose a tag to compare
1.0.0-pre.1 Pre-release
Pre-release
  • BREAKING CHANGE: Change options to separate, platform-specific object
  • You can now pass a headers and other options to the IO websocket client
  • Backoff full jitter strategy for reconnection attempts
  • Add more metrics
  • Public Fake WebSocket client for testing

0.1.2

30 Jun 10:55
Compare
Choose a tag to compare
Fix readme

0.1.0

29 Jun 19:02
Compare
Choose a tag to compare

Initial release