2021-06-10 08:47:05 +00:00
|
|
|
# 4.0.0
|
|
|
|
* Migrated to support Dart SDK 2.12.x NNBD
|
|
|
|
|
|
|
|
# 3.0.0
|
|
|
|
* Migrated to work with Dart SDK 2.12.x Non NNBD
|
|
|
|
|
2019-10-12 15:19:57 +00:00
|
|
|
# 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`.
|
|
|
|
|
2019-05-02 23:19:30 +00:00
|
|
|
# 2.1.2
|
|
|
|
* Apply lints.
|
|
|
|
|
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!
|