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

Side by Side Diff: CHANGELOG.md

Issue 2089523002: Support string_scanner 1.0.0. (Closed) Base URL: git@github.com:dart-lang/http_parser@master
Patch Set: Created 4 years, 6 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 | pubspec.yaml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 3.0.2
2
3 * Support `string_scanner` 1.0.0.
4
1 ## 3.0.1 5 ## 3.0.1
2 6
3 * Remove unnecessary dependencies. 7 * Remove unnecessary dependencies.
4 8
5 ## 3.0.0 9 ## 3.0.0
6 10
7 * All deprecated APIs have been removed. No new APIs have been added. Packages 11 * All deprecated APIs have been removed. No new APIs have been added. Packages
8 that would use 3.0.0 as a lower bound should use 2.2.0 instead—for example, 12 that would use 3.0.0 as a lower bound should use 2.2.0 instead—for example,
9 `http_parser: ">=2.2.0 <4.0.0"`. 13 `http_parser: ">=2.2.0 <4.0.0"`.
10 14
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 * Fixes for HTTP date formatting. 84 * Fixes for HTTP date formatting.
81 85
82 ## 0.0.2+1 86 ## 0.0.2+1
83 87
84 * Minor code refactoring. 88 * Minor code refactoring.
85 89
86 ## 0.0.2 90 ## 0.0.2
87 91
88 * Added `CompatibleWebSocket`, for platform- and API-independent support for the 92 * Added `CompatibleWebSocket`, for platform- and API-independent support for the
89 WebSocket API. 93 WebSocket API.
OLDNEW
« no previous file with comments | « no previous file | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698