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

Side by Side Diff: CHANGELOG.md

Issue 937433003: Add terse to LazyTrace.foldFrames(). (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/lazy_trace.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.1
2
3 * Add `terse` to `LazyTrace.foldFrames()`.
4
1 ## 1.2.0 5 ## 1.2.0
2 6
3 * Add a `terse` argument to `Trace.foldFrames()` and `Chain.foldFrames()`. This 7 * Add a `terse` argument to `Trace.foldFrames()` and `Chain.foldFrames()`. This
4 allows them to inherit the behavior of `Trace.terse` and `Chain.terse` without 8 allows them to inherit the behavior of `Trace.terse` and `Chain.terse` without
5 having to duplicate the logic. 9 having to duplicate the logic.
6 10
7 ## 1.1.3 11 ## 1.1.3
8 12
9 * Produce nicer-looking stack chains when using the VM's async/await 13 * Produce nicer-looking stack chains when using the VM's async/await
10 implementation. 14 implementation.
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 64
61 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is 65 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is
62 handled by the parent zone. This matches the behavior of `runZoned` in 66 handled by the parent zone. This matches the behavior of `runZoned` in
63 `dart:async`. 67 `dart:async`.
64 68
65 ## 0.9.3 69 ## 0.9.3
66 70
67 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`. 71 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`.
68 72
69 * Record anonymous method frames in IE10 as "<fn>". 73 * Record anonymous method frames in IE10 as "<fn>".
OLDNEW
« no previous file with comments | « no previous file | lib/src/lazy_trace.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698