platform/packages/proxy/CHANGELOG.md
2022-04-25 08:54:13 +08:00

59 lines
867 B
Markdown

# Change Log
## 6.0.1
* Fixed exception errors
## 6.0.0
* Updated to SDK 2.16.x
## 5.0.0
* Skipped release
## 4.1.0
* Updated linter to `package:lints`
## 4.0.1
* Updated README
## 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
## 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!