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

Side by Side Diff: CHANGELOG.md

Issue 1419493002: Make MediaType case-insensitive, following the spec. (Closed) Base URL: git@github.com:dart-lang/http_parser@master
Patch Set: Add tests Created 5 years, 2 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 | lib/src/media_type.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 1.1.0
2
3 * The MIME spec says that media types and their parameter names are
4 case-insensitive. Accordingly, `MediaType` now uses a case-insensitive map for
5 its parameters and its `type` and `subtype` fields are now always lowercase.
6
1 ## 1.0.0 7 ## 1.0.0
2 8
3 This is 1.0.0 because the API is stable—there are no breaking changes. 9 This is 1.0.0 because the API is stable—there are no breaking changes.
4 10
5 * Added an `AuthenticationChallenge` class for parsing and representing the 11 * Added an `AuthenticationChallenge` class for parsing and representing the
6 value of `WWW-Authenticate` and related headers. 12 value of `WWW-Authenticate` and related headers.
7 13
8 * Added a `CaseInsensitiveMap` class for representing case-insensitive HTTP 14 * Added a `CaseInsensitiveMap` class for representing case-insensitive HTTP
9 values. 15 values.
10 16
(...skipping 26 matching lines...) Expand all
37 * Fixes for HTTP date formatting. 43 * Fixes for HTTP date formatting.
38 44
39 ## 0.0.2+1 45 ## 0.0.2+1
40 46
41 * Minor code refactoring. 47 * Minor code refactoring.
42 48
43 ## 0.0.2 49 ## 0.0.2
44 50
45 * Added `CompatibleWebSocket`, for platform- and API-independent support for the 51 * Added `CompatibleWebSocket`, for platform- and API-independent support for the
46 WebSocket API. 52 WebSocket API.
OLDNEW
« no previous file with comments | « no previous file | lib/src/media_type.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698