80c26b96d7
R=rnystrom@google.com BUG=19542 Review URL: https://codereview.chromium.org//344953002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@37520 260f80e4-7a28-3924-810f-c04153c831b5
559 B
559 B
1.0.1
- Synchronous errors in the [Chain.capture] callback are now handled correctly.
1.0.0
- No API changes, just declared stable.
0.9.3+2
-
Update the dependency on path.
-
Improve the formatting of library URIs in stack traces.
0.9.3+1
- If an error is thrown in
Chain.capture'sonErrorhandler, that error is handled by the parent zone. This matches the behavior ofrunZonedindart:async.
0.9.3
-
Add a
Chain.foldFramesmethod that parallelsTrace.foldFrames. -
Record anonymous method frames in IE10 as "".