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

Side by Side Diff: CHANGELOG.md

Issue 1950183003: Remove deprecated APIs. (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 | « .analysis_options ('k') | 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 ## 3.0.0
2
3 * 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,
5 `http_parser: ">=2.2.0 <4.0.0"`.
6
7 * Fix all strong-mode warnings.
8
1 ## 2.2.1 9 ## 2.2.1
2 10
3 * Add support for `crypto` 1.0.0. 11 * Add support for `crypto` 1.0.0.
4 12
5 ## 2.2.0 13 ## 2.2.0
6 14
7 * `WebSocketChannel` has been moved to 15 * `WebSocketChannel` has been moved to
8 [the `web_socket_channel` package][web_socket_channel]. The implementation 16 [the `web_socket_channel` package][web_socket_channel]. The implementation
9 here is now deprecated. 17 here is now deprecated.
10 18
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 * Fixes for HTTP date formatting. 76 * Fixes for HTTP date formatting.
69 77
70 ## 0.0.2+1 78 ## 0.0.2+1
71 79
72 * Minor code refactoring. 80 * Minor code refactoring.
73 81
74 ## 0.0.2 82 ## 0.0.2
75 83
76 * Added `CompatibleWebSocket`, for platform- and API-independent support for the 84 * Added `CompatibleWebSocket`, for platform- and API-independent support for the
77 WebSocket API. 85 WebSocket API.
OLDNEW
« no previous file with comments | « .analysis_options ('k') | lib/http_parser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698