Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Latest commit

 

History

History
55 lines (30 loc) · 785 Bytes

CHANGELOG.md

File metadata and controls

55 lines (30 loc) · 785 Bytes

1.0.1

  • Drop dependency on package:pedantic.
  • Require Dart 2.14.

1.0.0

  • Require Dart 2.12.
  • Enable null safety.
  • Removed deprecated createProxyHandler.

0.1.0+7

  • Added example.
  • Fixed links in README.

0.1.0+6

  • Support the latest version of package:http.

0.1.0+5

  • Support Dart 2.

0.1.0+4

  • Internal changes only.

0.1.0+3

  • Support version 0.7.0 of shelf.

0.1.0+2

  • Support version 0.6.0 of shelf.

0.1.0+1

  • Added drone.io badge to README.md.

0.1.0

  • createProxyHandler (new deprecated) is replaced with proxyHandler.

  • Updated to be compatible with RFC 2616 Proxy specification.

0.0.2

  • Updated README.md and doc comments on createProxyHandler.

  • Added an example.

0.0.1

  • First release.