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

Side by Side Diff: pkg/json_rpc_2/CHANGELOG.md

Issue 812253002: Delete a bunch of packages that are now on GitHub. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Un-delete http Created 6 years 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 | Annotate | Revision Log
« no previous file with comments | « pkg/http_throttle/test/http_throttle_test.dart ('k') | pkg/json_rpc_2/LICENSE » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 ## 1.0.0
2
3 * Add a `Client` class for communicating with external JSON-RPC 2.0 servers.
4
5 * Add a `Peer` class that's both a `Client` and a `Server`.
6
7 ## 0.1.0
8
9 * Remove `Server.handleRequest()` and `Server.parseRequest()`. Instead, `new
10 Server()` takes a `Stream` and a `StreamSink` and uses those behind-the-scenes
11 for its communication.
12
13 * Add `Server.listen()`, which causes the server to begin listening to the
14 underlying request stream.
15
16 * Add `Server.close()`, which closes the underlying request stream and response
17 sink.
18
19 ## 0.0.2+3
20
21 * Widen the version constraint for `stack_trace`.
22
23 ## 0.0.2+2
24
25 * Fix error response to include data from `RpcException` when not a map.
OLDNEW
« no previous file with comments | « pkg/http_throttle/test/http_throttle_test.dart ('k') | pkg/json_rpc_2/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698