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

Side by Side Diff: CHANGELOG.md

Issue 1341933002: Improve stack traces for error responses. (Closed) Base URL: git@github.com:dart-lang/json_rpc_2.git@master
Patch Set: changelog Created 5 years, 3 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/client.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 ## 1.1.2-dev
2
3 * Improve stack traces for error responses.
4
1 ## 1.1.1 5 ## 1.1.1
2 6
3 * Update the README to match the current API. 7 * Update the README to match the current API.
4 8
5 ## 1.1.0 9 ## 1.1.0
6 10
7 * Add a `done` getter to `Client`, `Server`, and `Peer`. 11 * Add a `done` getter to `Client`, `Server`, and `Peer`.
8 12
9 ## 1.0.0 13 ## 1.0.0
10 14
(...skipping 13 matching lines...) Expand all
24 * Add `Server.close()`, which closes the underlying request stream and response 28 * Add `Server.close()`, which closes the underlying request stream and response
25 sink. 29 sink.
26 30
27 ## 0.0.2+3 31 ## 0.0.2+3
28 32
29 * Widen the version constraint for `stack_trace`. 33 * Widen the version constraint for `stack_trace`.
30 34
31 ## 0.0.2+2 35 ## 0.0.2+2
32 36
33 * Fix error response to include data from `RpcException` when not a map. 37 * Fix error response to include data from `RpcException` when not a map.
OLDNEW
« no previous file with comments | « no previous file | lib/src/client.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698