platform/CHANGELOG.md

18 lines
365 B
Markdown
Raw Normal View History

2018-12-09 22:39:11 +00:00
# 2.1.1
* Update for framework@2.0.0-alpha.15
2018-11-09 00:14:32 +00:00
# 2.1.0
2018-11-09 00:27:50 +00:00
2018-11-09 00:14:32 +00:00
- Use `Uri` instead of archaic `host`, `port`, and `mapTo`. Also cleaner + safer + easier.
2018-11-09 00:27:50 +00:00
* Enable WebSocket proxying.
2018-11-08 22:13:26 +00:00
# 2.0.0
2018-11-09 00:14:32 +00:00
- Updates for Angel 2. Big thanks to @denkuy!
- Use `package:path` for better path resolution.
2018-11-08 22:13:26 +00:00
2018-03-20 18:01:10 +00:00
# 1.1.1
2018-11-09 00:14:32 +00:00
- Removed reference to `io`; now works with HTTP/2. Thanks to @daniel-v!