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

Unified Diff: mojo/public/dart/third_party/shelf_static/CHANGELOG.md

Issue 1346773002: Stop running pub get at gclient sync time and fix build bugs (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: mojo/public/dart/third_party/shelf_static/CHANGELOG.md
diff --git a/mojo/public/dart/third_party/shelf_static/CHANGELOG.md b/mojo/public/dart/third_party/shelf_static/CHANGELOG.md
new file mode 100644
index 0000000000000000000000000000000000000000..099d5c7250a34ae7ec08668f74adcef71aaa2a03
--- /dev/null
+++ b/mojo/public/dart/third_party/shelf_static/CHANGELOG.md
@@ -0,0 +1,61 @@
+## 0.2.3+1
+
+* Support `http_parser` 1.0.0.
+
+## 0.2.3
+
+* Added `listDirectories` argument to `createStaticHandler`.
+
+## 0.2.2
+
+* Bumped up minimum SDK to 1.7.0.
+
+* Added support for `shelf` 0.6.0.
+
+## 0.2.1
+
+* Removed `Uri` format checks now that the core libraries is more strict.
+
+## 0.2.0
+
+* Removed deprecated `getHandler`.
+
+* Send correct mime type for default document.
+
+## 0.1.4+6
+
+* Updated development dependencies.
+
+## 0.1.4+5
+
+* Handle differences in resolution between `DateTime` and HTTP date format.
+
+## 0.1.4+4
+
+* Using latest `shelf`. Cleaned up test code by using new features.
+
+## 0.1.4
+
+* Added named (optional) `defaultDocument` argument to `createStaticHandler`.
+
+## 0.1.3
+
+* `createStaticHandler` added `serveFilesOutsidePath` optional parameter.
+
+## 0.1.2
+
+* The preferred top-level method is now `createStaticHandler`. `getHandler` is deprecated.
+* Set `content-type` header if the mime type of the requested file can be determined from the file extension.
+* Respond with `304-Not modified` against `IF-MODIFIED-SINCE` request header.
+* Better error when provided a non-existant `fileSystemPath`.
+* Added `example/example_server.dart`.
+
+## 0.1.1+1
+
+* Removed work around for [issue](https://codereview.chromium.org/278783002/).
+
+## 0.1.1
+
+* Correctly handle requests when not hosted at the root of a site.
+* Send `last-modified` header.
+* Work around [known issue](https://codereview.chromium.org/278783002/) with HTTP date formatting.
« no previous file with comments | « mojo/public/dart/third_party/shelf_static/.travis.yml ('k') | mojo/public/dart/third_party/shelf_static/CONTRIBUTING.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698