platform/CHANGELOG.md
2018-11-15 11:43:51 -05:00

38 lines
No EOL
858 B
Markdown

# 2.0.0-alpha.7
* Replace `WebSocketSynchronizer` with `StreamChannel<WebSocketEvent>`.
# 2.0.0-alpha.6
* Explicit import of `import 'package:http/io_client.dart' as http;`
# 2.0.0-alpha.5
* Update `http` dependency.
# 2.0.0-alpha.4
* Remove `package:json_god`.
* Make `WebSocketContext` take any `StreamChannel`.
* Strong typing updates.
# 2.0.0-alpha.3
* Directly import Angel HTTP.
# 2.0.0-alpha.2
* Updated for the next version of `angel_client`.
# 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 into `AngelWebSocket`.
# 1.1.1
* Deprecated `unwrap`.
* Service streams now pump out `e.data`, rather than the actual event.
# 1.1.0+1
* Added `unwrap`.