Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 471 Bytes

CHANGELOG.md

File metadata and controls

30 lines (17 loc) · 471 Bytes

2019-11-21 0.1.0

First version

2020-05-07 1.0.0

Major update.

  • handles disconnecting

2020-07-01 1.1.0

  • onConnectionLost and onCannotConnect

2021-03-30 1.2.0

  • null safety
  • updated dependencies

2024-10-25 1.3.0

Breaking Changes

  • change connect function from ActionCable.Connect to ActionCable.connect

Updates

  • support for dart 3
  • updated websocket dependency
  • improve readability of the core code by leveraging dart's null safety