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

Side by Side Diff: CHANGELOG.md

Issue 1996553003: Remove unnecessary dependencies. (Closed) Base URL: git@github.com:dart-lang/http_parser@master
Patch Set: Created 4 years, 7 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.1
2
3 * Remove unnecessary dependencies.
4
1 ## 3.0.0 5 ## 3.0.0
2 6
3 * All deprecated APIs have been removed. No new APIs have been added. Packages 7 * All deprecated APIs have been removed. No new APIs have been added. Packages
4 that would use 3.0.0 as a lower bound should use 2.2.0 instead—for example, 8 that would use 3.0.0 as a lower bound should use 2.2.0 instead—for example,
5 `http_parser: ">=2.2.0 <4.0.0"`. 9 `http_parser: ">=2.2.0 <4.0.0"`.
6 10
7 * Fix all strong-mode warnings. 11 * Fix all strong-mode warnings.
8 12
9 ## 2.2.1 13 ## 2.2.1
10 14
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 * Fixes for HTTP date formatting. 80 * Fixes for HTTP date formatting.
77 81
78 ## 0.0.2+1 82 ## 0.0.2+1
79 83
80 * Minor code refactoring. 84 * Minor code refactoring.
81 85
82 ## 0.0.2 86 ## 0.0.2
83 87
84 * Added `CompatibleWebSocket`, for platform- and API-independent support for the 88 * Added `CompatibleWebSocket`, for platform- and API-independent support for the
85 WebSocket API. 89 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