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

Side by Side Diff: CHANGELOG.md

Issue 1649903002: Provide a WebSocketChannel. (Closed) Base URL: git@github.com:dart-lang/shelf_web_socket@master
Patch Set: Created 4 years, 10 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/shelf_web_socket.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.1.0
2
3 * **Breaking change**: `webSocketHandler()` now passes a
4 [`WebSocketChannel`][WebSocketChannel] to the `onConnection()` callback,
5 rather than a deprecated `CompatibleWebSocket`.
6
7 [WebSocketChannel]: https://www.dartdocs.org/documentation/http_parser/2.1.0/htt p_parser/WebSocketChannel-class.html
8
1 ## 0.0.1+5 9 ## 0.0.1+5
2 10
3 * Support `http_parser` 2.0.0. 11 * Support `http_parser` 2.0.0.
4 12
5 ## 0.0.1+4 13 ## 0.0.1+4
6 14
7 * Fix a link to `shelf` in the README. 15 * Fix a link to `shelf` in the README.
8 16
9 ## 0.0.1+3 17 ## 0.0.1+3
10 18
11 * Support `http_parser` 1.0.0. 19 * Support `http_parser` 1.0.0.
12 20
13 ## 0.0.1+2 21 ## 0.0.1+2
14 22
15 * Mark as compatible with version `0.6.0` of `shelf`. 23 * Mark as compatible with version `0.6.0` of `shelf`.
16 24
17 ## 0.0.1+1 25 ## 0.0.1+1
18 26
19 * Properly parse the `Connection` header. This fixes an issue where Firefox was 27 * Properly parse the `Connection` header. This fixes an issue where Firefox was
20 unable to connect. 28 unable to connect.
OLDNEW
« no previous file with comments | « no previous file | lib/shelf_web_socket.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698