- Update the pubspec
repository
field.
- Drop dependency on
package:pedantic
. - Require Dart
2.14
.
- Require Dart
2.12
. - Enable null safety.
- Removed deprecated
createProxyHandler
.
- Added example.
- Fixed links in README.
- Support the latest version of
package:http
.
- Support Dart 2.
- Internal changes only.
- Support version
0.7.0
ofshelf
.
- Support version
0.6.0
ofshelf
.
- Added
drone.io
badge toREADME.md
.
-
createProxyHandler
(new deprecated) is replaced withproxyHandler
. -
Updated to be compatible with RFC 2616 Proxy specification.
-
Updated
README.md
and doc comments oncreateProxyHandler
. -
Added an example.
- First release.