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

Side by Side Diff: CHANGELOG.md

Issue 2067063002: Trace.current skips an extra frame in JS. (Closed) Base URL: git@github.com:dart-lang/stack_trace@master
Patch Set: Created 4 years, 6 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/trace.dart » ('j') | lib/src/utils.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 1.6.6
2
3 * `new Trace.current()` and `new Chain.current()` now skip an extra frame when
4 run in a JS context. This makes their return values match the VM context.
5
1 ## 1.6.5 6 ## 1.6.5
2 7
3 * Really fix strong mode warnings. 8 * Really fix strong mode warnings.
4 9
5 ## 1.6.4 10 ## 1.6.4
6 11
7 * Fix a syntax error introduced in 1.6.3. 12 * Fix a syntax error introduced in 1.6.3.
8 13
9 ## 1.6.3 14 ## 1.6.3
10 15
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 186
182 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is 187 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is
183 handled by the parent zone. This matches the behavior of `runZoned` in 188 handled by the parent zone. This matches the behavior of `runZoned` in
184 `dart:async`. 189 `dart:async`.
185 190
186 ## 0.9.3 191 ## 0.9.3
187 192
188 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`. 193 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`.
189 194
190 * Record anonymous method frames in IE10 as "<fn>". 195 * Record anonymous method frames in IE10 as "<fn>".
OLDNEW
« no previous file with comments | « no previous file | lib/src/trace.dart » ('j') | lib/src/utils.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698