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

Side by Side Diff: CHANGELOG.md

Issue 1975493002: Fix all strong-mode warnings. (Closed) Base URL: git@github.com:dart-lang/shelf_web_socket@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 | lib/src/web_socket_handler.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 ## 0.2.1
2
3 * Fix all strong-mode warnings.
4
1 ## 0.2.0 5 ## 0.2.0
2 6
3 * **Breaking change**: `webSocketHandler()` now uses the 7 * **Breaking change**: `webSocketHandler()` now uses the
4 [`WebSocketChannel`][WebSocketChannel] class defined in the 8 [`WebSocketChannel`][WebSocketChannel] class defined in the
5 `web_socket_channel` package, rather than the deprecated class defined in 9 `web_socket_channel` package, rather than the deprecated class defined in
6 `http_parser`. 10 `http_parser`.
7 11
8 [WebSocketChannel]: https://www.dartdocs.org/documentation/web_socket_channel/la test/web_socket_channel/WebSocketChannel-class.html 12 [WebSocketChannel]: https://www.dartdocs.org/documentation/web_socket_channel/la test/web_socket_channel/WebSocketChannel-class.html
9 13
10 ## 0.1.0 14 ## 0.1.0
(...skipping 17 matching lines...) Expand all
28 * Support `http_parser` 1.0.0. 32 * Support `http_parser` 1.0.0.
29 33
30 ## 0.0.1+2 34 ## 0.0.1+2
31 35
32 * Mark as compatible with version `0.6.0` of `shelf`. 36 * Mark as compatible with version `0.6.0` of `shelf`.
33 37
34 ## 0.0.1+1 38 ## 0.0.1+1
35 39
36 * Properly parse the `Connection` header. This fixes an issue where Firefox was 40 * Properly parse the `Connection` header. This fixes an issue where Firefox was
37 unable to connect. 41 unable to connect.
OLDNEW
« no previous file with comments | « no previous file | lib/src/web_socket_handler.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698