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

Side by Side Diff: pkg/stack_trace/CHANGELOG.md

Issue 308763003: Release stack_trace 1.0.0. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix dependency pubspecs Created 6 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 | Annotate | Revision Log
« no previous file with comments | « pkg/shelf/pubspec.yaml ('k') | pkg/stack_trace/pubspec.yaml » ('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.0.0
2
3 * No API changes, just declared stable.
4
1 ## 0.9.3+2 5 ## 0.9.3+2
2 6
3 * Update the dependency on path. 7 * Update the dependency on path.
4 8
5 * Improve the formatting of library URIs in stack traces. 9 * Improve the formatting of library URIs in stack traces.
6 10
7 ## 0.9.3+1 11 ## 0.9.3+1
8 12
9 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is 13 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is
10 handled by the parent zone. This matches the behavior of `runZoned` in 14 handled by the parent zone. This matches the behavior of `runZoned` in
11 `dart:async`. 15 `dart:async`.
12 16
13 ## 0.9.3 17 ## 0.9.3
14 18
15 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`. 19 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`.
16 20
17 * Record anonymous method frames in IE10 as "<fn>". 21 * Record anonymous method frames in IE10 as "<fn>".
OLDNEW
« no previous file with comments | « pkg/shelf/pubspec.yaml ('k') | pkg/stack_trace/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698