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

Side by Side Diff: CHANGELOG.md

Issue 1320533002: Add a CaseInsensitiveMap class. (Closed) Base URL: git@github.com:dart-lang/http_parser@master
Patch Set: Created 5 years, 4 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') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 1.0.0 1 ## 1.0.0
2 2
3 This is 1.0.0 because the API is stable—there are no breaking changes. 3 This is 1.0.0 because the API is stable—there are no breaking changes.
4 4
5 * Added an `AuthenticationChallenge` class for parsing and representing the 5 * Added an `AuthenticationChallenge` class for parsing and representing the
6 value of `WWW-Authenticate` and related headers. 6 value of `WWW-Authenticate` and related headers.
7 7
8 * Added a `CaseInsensitiveMap` class for representing case-insensitive HTTP
9 values.
10
8 ## 0.0.2+8 11 ## 0.0.2+8
9 12
10 * Bring in the latest `dart:io` WebSocket code. 13 * Bring in the latest `dart:io` WebSocket code.
11 14
12 ## 0.0.2+7 15 ## 0.0.2+7
13 16
14 * Add more detail to the readme. 17 * Add more detail to the readme.
15 18
16 ## 0.0.2+6 19 ## 0.0.2+6
17 20
(...skipping 16 matching lines...) Expand all
34 * Fixes for HTTP date formatting. 37 * Fixes for HTTP date formatting.
35 38
36 ## 0.0.2+1 39 ## 0.0.2+1
37 40
38 * Minor code refactoring. 41 * Minor code refactoring.
39 42
40 ## 0.0.2 43 ## 0.0.2
41 44
42 * Added `CompatibleWebSocket`, for platform- and API-independent support for the 45 * Added `CompatibleWebSocket`, for platform- and API-independent support for the
43 WebSocket API. 46 WebSocket API.
OLDNEW
« no previous file with comments | « no previous file | lib/http_parser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698