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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 ## 0.2.3+1
2
3 * Support `http_parser` 1.0.0.
4
5 ## 0.2.3
6
7 * Added `listDirectories` argument to `createStaticHandler`.
8
9 ## 0.2.2
10
11 * Bumped up minimum SDK to 1.7.0.
12
13 * Added support for `shelf` 0.6.0.
14
15 ## 0.2.1
16
17 * Removed `Uri` format checks now that the core libraries is more strict.
18
19 ## 0.2.0
20
21 * Removed deprecated `getHandler`.
22
23 * Send correct mime type for default document.
24
25 ## 0.1.4+6
26
27 * Updated development dependencies.
28
29 ## 0.1.4+5
30
31 * Handle differences in resolution between `DateTime` and HTTP date format.
32
33 ## 0.1.4+4
34
35 * Using latest `shelf`. Cleaned up test code by using new features.
36
37 ## 0.1.4
38
39 * Added named (optional) `defaultDocument` argument to `createStaticHandler`.
40
41 ## 0.1.3
42
43 * `createStaticHandler` added `serveFilesOutsidePath` optional parameter.
44
45 ## 0.1.2
46
47 * The preferred top-level method is now `createStaticHandler`. `getHandler` is d eprecated.
48 * Set `content-type` header if the mime type of the requested file can be determ ined from the file extension.
49 * Respond with `304-Not modified` against `IF-MODIFIED-SINCE` request header.
50 * Better error when provided a non-existant `fileSystemPath`.
51 * Added `example/example_server.dart`.
52
53 ## 0.1.1+1
54
55 * Removed work around for [issue](https://codereview.chromium.org/278783002/).
56
57 ## 0.1.1
58
59 * Correctly handle requests when not hosted at the root of a site.
60 * Send `last-modified` header.
61 * Work around [known issue](https://codereview.chromium.org/278783002/) with HTT P date formatting.
OLDNEW
« 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