Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Side by Side Diff: CHANGELOG.md

Issue 983543002: Mark as compatible with shelf 0.6.0. (Closed) Base URL: git@github.com:dart-lang/shelf_proxy.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | pubspec.yaml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.1.0+2
2
3 * Support version `0.6.0` of `shelf`.
4
1 ## 0.1.0+1 5 ## 0.1.0+1
2 6
3 * Added `drone.io` badge to `README.md`. 7 * Added `drone.io` badge to `README.md`.
4 8
5 ## 0.1.0 9 ## 0.1.0
6 10
7 * `createProxyHandler` (new deprecated) is replaced with `proxyHandler`. 11 * `createProxyHandler` (new deprecated) is replaced with `proxyHandler`.
8 12
9 * Updated to be compatible with RFC 2616 Proxy specification. 13 * Updated to be compatible with RFC 2616 Proxy specification.
10 14
11 ## 0.0.2 15 ## 0.0.2
12 16
13 * Updated `README.md` and doc comments on `createProxyHandler`. 17 * Updated `README.md` and doc comments on `createProxyHandler`.
14 18
15 * Added an example. 19 * Added an example.
16 20
17 ## 0.0.1 21 ## 0.0.1
18 22
19 * First release. 23 * First release.
OLDNEW
« no previous file with comments | « no previous file | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698