platform/packages/proxy/CHANGELOG.md
Tobe O dd33154af1 Add 'packages/proxy/' from commit 'daca263062d471ae007730fa8ecf854c09c746f8'
git-subtree-dir: packages/proxy
git-subtree-mainline: ee512d5ccf
git-subtree-split: daca263062
2020-02-15 18:22:25 -05:00

26 lines
555 B
Markdown

# 2.2.0
* Use `http.Client` instead of `http.BaseClient`, and make it an
optional parameter.
* Allow `baseUrl` to accept `Uri` or `String`.
* Add `Proxy.pushState`.
# 2.1.2
* Apply lints.
# 2.1.1
* Update for framework@2.0.0-alpha.15
# 2.1.0
- Use `Uri` instead of archaic `host`, `port`, and `mapTo`. Also cleaner + safer + easier.
* Enable WebSocket proxying.
# 2.0.0
- Updates for Angel 2. Big thanks to @denkuy!
- Use `package:path` for better path resolution.
# 1.1.1
- Removed reference to `io`; now works with HTTP/2. Thanks to @daniel-v!