angel_websocket 2.0.0-alpha.1 angel_websocket: ^2.0.0-alpha.1 copied to clipboard
WebSocket plugin for Angel.
2.0.0-alpha.1 #
- Refactorings for updated Angel 2 versions.
- Remove
package:dart2_constant
.
2.0.0-alpha #
- Depend on Dart 2 and Angel 2.
1.1.2 #
- Dart 2 updates.
- Added
handleClient
, which is nice for external implementations that plug intoAngelWebSocket
.
1.1.1 #
- Deprecated
unwrap
. - Service streams now pump out
e.data
, rather than the actual event.
1.1.0+1 #
- Added
unwrap
.