platform/packages/proxy/CHANGELOG.md

77 lines
1 KiB
Markdown
Raw Normal View History

2021-07-10 04:32:42 +00:00
# Change Log
2023-12-24 16:10:10 +00:00
## 8.1.0
* Updated `lints` to 3.0.0
* Fixed linter warnings
2023-05-27 02:08:51 +00:00
## 8.0.0
* Require Dart >= 3.0
2022-09-19 14:28:39 +00:00
## 7.0.1
* Fixed `BytesBuilder` warnings
2022-08-16 11:19:04 +00:00
## 7.0.0
* Require Dart >= 2.17
2022-04-25 00:54:13 +00:00
## 6.0.1
* Fixed exception errors
2022-04-23 04:21:39 +00:00
## 6.0.0
2022-08-16 11:19:04 +00:00
* Require Dart >= 2.16
2022-04-23 04:21:39 +00:00
## 5.0.0
* Skipped release
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
2022-08-16 11:19:04 +00:00
* Migrated to support Dart >= 2.12 NNBD
2021-06-10 08:47:05 +00:00
2021-07-10 04:32:42 +00:00
## 3.0.0
2022-08-16 11:19:04 +00:00
* Migrated to work with Dart >= 2.12 Non NNBD
2021-06-10 08:47:05 +00:00
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!