This commit is contained in:
Tobe O 2018-11-03 22:45:37 -04:00
parent cbafb091eb
commit 11877cc0d8
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,6 @@
# 2.0.0-alpha.5
* Update `http` dependency.
# 2.0.0-alpha.4
* Remove `package:json_god`.
* Make `WebSocketContext` take any `StreamChannel`.

View file

@ -2,7 +2,7 @@ name: angel_websocket
description: WebSocket plugin for Angel.
environment:
sdk: ">=2.0.0-dev <3.0.0"
version: 2.0.0-alpha.4
version: 2.0.0-alpha.5
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/angel_websocket
dependencies:
@ -10,7 +10,7 @@ dependencies:
angel_client: ^2.0.0-alpha
angel_framework: ^2.0.0-alpha
angel_http_exception: ^1.0.0
http: ^0.11.0
http: ">=0.11.0 <2.0.0"
merge_map: ^1.0.0
meta: ^1.0.0
stream_channel: ^1.0.0