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

Unified Diff: pkg/http/CHANGELOG.md

Issue 810223002: Remove the http package from the repo. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/http/LICENSE » ('j') | pkg/pkg.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/http/CHANGELOG.md
diff --git a/pkg/http/CHANGELOG.md b/pkg/http/CHANGELOG.md
deleted file mode 100644
index 98deb33f9ff7b53192bb60c70b044626df5c4206..0000000000000000000000000000000000000000
--- a/pkg/http/CHANGELOG.md
+++ /dev/null
@@ -1,40 +0,0 @@
-## 0.11.1+2
-
-* Widen the version constraint on `unittest`.
-
-## 0.11.1+1
-
-* Widen the version constraint for `stack_trace`.
-
-## 0.11.1
-
-* Expose the `IOClient` class which wraps a `dart:io` `HttpClient`.
-
-## 0.11.0+1
-
-* Fix a bug in handling errors in decoding XMLHttpRequest responses for
- `BrowserClient`.
-
-## 0.11.0
-
-* The package no longer depends on `dart:io`. The `BrowserClient` class in
- `package:http/browser_client.dart` can now be used to make requests on the
- browser.
-
-* Change `MultipartFile.contentType` from `dart:io`'s `ContentType` type to
- `http_parser`'s `MediaType` type.
-
-* Exceptions are now of type `ClientException` rather than `dart:io`'s
- `HttpException`.
-
-## 0.10.0
-
-* Make `BaseRequest.contentLength` and `BaseResponse.contentLength` use `null`
- to indicate an unknown content length rather than -1.
-
-* The `contentLength` parameter to `new BaseResponse` is now named rather than
- positional.
-
-* Make request headers case-insensitive.
-
-* Make `MultipartRequest` more closely adhere to browsers' encoding conventions.
« no previous file with comments | « no previous file | pkg/http/LICENSE » ('j') | pkg/pkg.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698