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

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

Issue 3015713002: Roll to pickup pool changes
Patch Set: Created 3 years, 2 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 | « packages/stack_trace/.travis.yml ('k') | packages/stack_trace/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.8.2
2
3 * Update to use strong-mode clean Zone API.
4
5 ## 1.8.1
6
7 * Use official generic function syntax.
8
9 * Updated minimum SDK to 1.23.0.
10
1 ## 1.8.0 11 ## 1.8.0
2 12
3 * Add a `Trace.original` field to provide access to the original `StackTrace`s 13 * Add a `Trace.original` field to provide access to the original `StackTrace`s
4 from which the `Trace` was created, and a matching constructor parameter to 14 from which the `Trace` was created, and a matching constructor parameter to
5 `new Trace()`. 15 `new Trace()`.
6 16
7 ## 1.7.4 17 ## 1.7.4
8 18
9 * Always run `onError` callbacks for `Chain.capture()` in the parent zone. 19 * Always run `onError` callbacks for `Chain.capture()` in the parent zone.
10 20
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 242
233 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is 243 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is
234 handled by the parent zone. This matches the behavior of `runZoned` in 244 handled by the parent zone. This matches the behavior of `runZoned` in
235 `dart:async`. 245 `dart:async`.
236 246
237 ## 0.9.3 247 ## 0.9.3
238 248
239 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`. 249 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`.
240 250
241 * Record anonymous method frames in IE10 as "<fn>". 251 * Record anonymous method frames in IE10 as "<fn>".
OLDNEW
« no previous file with comments | « packages/stack_trace/.travis.yml ('k') | packages/stack_trace/lib/src/chain.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698