platform/packages/proxy/CHANGELOG.md

48 lines
767 B
Markdown
Raw Normal View History

2021-07-10 04:32:42 +00:00
# Change Log
2022-01-04 12:03:52 +00:00
## 4.1.0
* Updated linter to `package:lints`
2021-07-10 04:32:42 +00:00
## 4.0.1
* Updated README
## 4.0.0
2021-06-10 08:47:05 +00:00
* Migrated to support Dart SDK 2.12.x NNBD
2021-07-10 04:32:42 +00:00
## 3.0.0
2021-06-10 08:47:05 +00:00
* Migrated to work with Dart SDK 2.12.x Non NNBD
2021-07-10 04:32:42 +00:00
## 2.2.0
2019-10-12 15:19:57 +00:00
* Use `http.Client` instead of `http.BaseClient`, and make it an
optional parameter.
* Allow `baseUrl` to accept `Uri` or `String`.
* Add `Proxy.pushState`.
2021-07-10 04:32:42 +00:00
## 2.1.2
2019-05-02 23:19:30 +00:00
* Apply lints.
2021-07-10 04:32:42 +00:00
## 2.1.1
2018-12-09 22:39:11 +00:00
* Update for framework@2.0.0-alpha.15
2021-07-10 04:32:42 +00:00
## 2.1.0
2018-11-09 00:27:50 +00:00
2021-07-10 04:32:42 +00:00
* Use `Uri` instead of archaic `host`, `port`, and `mapTo`. Also cleaner + safer + easier.
2018-11-09 00:14:32 +00:00
2018-11-09 00:27:50 +00:00
* Enable WebSocket proxying.
2021-07-10 04:32:42 +00:00
## 2.0.0
2018-11-09 00:14:32 +00:00
2021-07-10 04:32:42 +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
2021-07-10 04:32:42 +00:00
## 1.1.1
2018-11-09 00:14:32 +00:00
2021-07-10 04:32:42 +00:00
* Removed reference to `io`; now works with HTTP/2. Thanks to @daniel-v!