Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 546 Bytes

CHANGELOG.md

File metadata and controls

25 lines (16 loc) · 546 Bytes

1.1.0-dev.1

  • Migration from 'dart:html' to 'package:web'

1.0.0

  • Stable release
  • Add interceptors for incoming and outgoing messages
  • Add possibility to send messages right after connection

1.0.0-pre.6

  • 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

0.1.2

  • Update README.md

0.1.0

  • Initial release