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

Side by Side Diff: CHANGELOG.md

Issue 912043002: Better suqpport for async VM frames. (Closed) Base URL: git@github.com:dart-lang/stack_trace@master
Patch Set: Created 5 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/src/frame.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
2
3 * Support VM frames without line *or* column numbers, which async/await programs
4 occasionally generate.
5
6 * Replace `<<anonymous closure>_async_body>` in VM frames' members with the
7 terser `<async>`.
8
1 ## 1.1.1 9 ## 1.1.1
2 10
3 * Widen the SDK constraint to include 1.7.0-dev.4.0. 11 * Widen the SDK constraint to include 1.7.0-dev.4.0.
4 12
5 ## 1.1.0 13 ## 1.1.0
6 14
7 * Unify the parsing of Safari and Firefox stack traces. This fixes an error in 15 * Unify the parsing of Safari and Firefox stack traces. This fixes an error in
8 Firefox trace parsing. 16 Firefox trace parsing.
9 17
10 * Deprecate `Trace.parseSafari6_0`, `Trace.parseSafari6_1`, 18 * Deprecate `Trace.parseSafari6_0`, `Trace.parseSafari6_1`,
(...skipping 30 matching lines...) Expand all
41 49
42 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is 50 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is
43 handled by the parent zone. This matches the behavior of `runZoned` in 51 handled by the parent zone. This matches the behavior of `runZoned` in
44 `dart:async`. 52 `dart:async`.
45 53
46 ## 0.9.3 54 ## 0.9.3
47 55
48 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`. 56 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`.
49 57
50 * Record anonymous method frames in IE10 as "<fn>". 58 * Record anonymous method frames in IE10 as "<fn>".
OLDNEW
« no previous file with comments | « no previous file | lib/src/frame.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698