platform/CHANGELOG.md

32 lines
683 B
Markdown
Raw Normal View History

2018-11-04 02:45:37 +00:00
# 2.0.0-alpha.5
* Update `http` dependency.
2018-11-04 02:05:10 +00:00
# 2.0.0-alpha.4
2018-11-04 02:11:52 +00:00
* Remove `package:json_god`.
* Make `WebSocketContext` take any `StreamChannel`.
2018-11-04 02:05:10 +00:00
* Strong typing updates.
2018-10-22 23:01:24 +00:00
# 2.0.0-alpha.3
* Directly import Angel HTTP.
2018-10-21 08:15:51 +00:00
# 2.0.0-alpha.2
* Updated for the next version of `angel_client`.
2018-10-02 15:32:06 +00:00
# 2.0.0-alpha.1
* Refactorings for updated Angel 2 versions.
* Remove `package:dart2_constant`.
2018-08-28 14:19:45 +00:00
# 2.0.0-alpha
* Depend on Dart 2 and Angel 2.
2018-07-10 16:54:55 +00:00
# 1.1.2
* Dart 2 updates.
* Added `handleClient`, which is nice for external implementations
that plug into `AngelWebSocket`.
2017-12-21 20:15:47 +00:00
# 1.1.1
* Deprecated `unwrap`.
* Service streams now pump out `e.data`, rather than the actual event.
2017-12-10 05:31:34 +00:00
# 1.1.0+1
* Added `unwrap`.