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

Side by Side Diff: CHANGELOG.md

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

Powered by Google App Engine
This is Rietveld 408576698