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

Side by Side Diff: CHANGELOG.md

Issue 963893002: Make padding consistent across all stack traces for Chain.toString(). (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 | README.md » ('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.2 1 ## 1.2.2
2 2
3 * Don't print the first folded frame of terse stack traces. This frame 3 * Don't print the first folded frame of terse stack traces. This frame
4 is always just an internal isolate message handler anyway. This 4 is always just an internal isolate message handler anyway. This
5 improves the readability of stack traces, especially in stack chains. 5 improves the readability of stack traces, especially in stack chains.
6 6
7 * Remove the line numbers and specific files in all terse folded frames, not 7 * Remove the line numbers and specific files in all terse folded frames, not
8 just those from core libraries. 8 just those from core libraries.
9 9
10 * Make padding consistent across all stack traces for `Chain.toString()`.
11
10 ## 1.2.1 12 ## 1.2.1
11 13
12 * Add `terse` to `LazyTrace.foldFrames()`. 14 * Add `terse` to `LazyTrace.foldFrames()`.
13 15
14 * Further improve stack chains when using the VM's async/await implementation. 16 * Further improve stack chains when using the VM's async/await implementation.
15 17
16 ## 1.2.0 18 ## 1.2.0
17 19
18 * Add a `terse` argument to `Trace.foldFrames()` and `Chain.foldFrames()`. This 20 * Add a `terse` argument to `Trace.foldFrames()` and `Chain.foldFrames()`. This
19 allows them to inherit the behavior of `Trace.terse` and `Chain.terse` without 21 allows them to inherit the behavior of `Trace.terse` and `Chain.terse` without
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 77
76 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is 78 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is
77 handled by the parent zone. This matches the behavior of `runZoned` in 79 handled by the parent zone. This matches the behavior of `runZoned` in
78 `dart:async`. 80 `dart:async`.
79 81
80 ## 0.9.3 82 ## 0.9.3
81 83
82 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`. 84 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`.
83 85
84 * Record anonymous method frames in IE10 as "<fn>". 86 * Record anonymous method frames in IE10 as "<fn>".
OLDNEW
« no previous file with comments | « no previous file | README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698