Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 725 Bytes

CHANGELOG.md

File metadata and controls

37 lines (22 loc) · 725 Bytes

0.1.4

  • fix: consecutive calls to close complete normally

0.1.3

  • deps: support for pkg:web_socket_channel: ^3.0.0

0.1.2

  • deps: upgrade pkg:web and pkg:web_socket_channel
    • requires Dart >=3.3.0

0.1.1

  • feat: add headers support
  • feat: migrate to package:web

0.1.0

  • fix: cannot add new events after calling close
  • docs: update snippet typo in README.md
  • docs: add topics to pubspec.yaml
  • deps: upgrade to mocktail: ^1.0.0 and very_good_analysis: ^5.0.0

0.1.0-dev.3

  • feat: add binaryType parameter to WebSocket class

0.1.0-dev.2

  • refactor: upgrade to Dart 2.19
    • chore(deps): upgrade to Very Good Analysis 4.0.0

0.1.0-dev.1

  • feat: initial dev release 🎉