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

Side by Side Diff: CHANGELOG.md

Issue 969933002: R=rnystrom@google.com (Closed) Base URL: git@github.com:dart-lang/stack_trace@master
Patch Set: Created 5 years, 9 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/chain.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.2.3
2
3 * Fix a crash in `Chain.parse`.
4
1 ## 1.2.2 5 ## 1.2.2
2 6
3 * Don't print the first folded frame of terse stack traces. This frame 7 * Don't print the first folded frame of terse stack traces. This frame
4 is always just an internal isolate message handler anyway. This 8 is always just an internal isolate message handler anyway. This
5 improves the readability of stack traces, especially in stack chains. 9 improves the readability of stack traces, especially in stack chains.
6 10
7 * Remove the line numbers and specific files in all terse folded frames, not 11 * Remove the line numbers and specific files in all terse folded frames, not
8 just those from core libraries. 12 just those from core libraries.
9 13
10 * Make padding consistent across all stack traces for `Chain.toString()`. 14 * Make padding consistent across all stack traces for `Chain.toString()`.
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 81
78 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is 82 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is
79 handled by the parent zone. This matches the behavior of `runZoned` in 83 handled by the parent zone. This matches the behavior of `runZoned` in
80 `dart:async`. 84 `dart:async`.
81 85
82 ## 0.9.3 86 ## 0.9.3
83 87
84 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`. 88 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`.
85 89
86 * Record anonymous method frames in IE10 as "<fn>". 90 * Record anonymous method frames in IE10 as "<fn>".
OLDNEW
« no previous file with comments | « no previous file | lib/src/chain.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698