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

Side by Side Diff: CHANGELOG.md

Issue 1871763002: Fix the remaining strong mode warnings. (Closed) Base URL: https://github.com/dart-lang/stack_trace.git@master
Patch Set: Created 4 years, 8 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/chain.dart » ('j') | test/chain/chain_test.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 1.6.5
2
3 * Really fix strong mode warnings.
4
1 ## 1.6.4 5 ## 1.6.4
2 6
3 * Fix a syntax error introduced in 1.6.3. 7 * Fix a syntax error introduced in 1.6.3.
4 8
5 ## 1.6.3 9 ## 1.6.3
6 10
7 * Make `Chain.capture()` generic. Its signature is now `T Chain.capture<T>(T 11 * Make `Chain.capture()` generic. Its signature is now `T Chain.capture<T>(T
8 callback(), ...)`. 12 callback(), ...)`.
9 13
10 ## 1.6.2 14 ## 1.6.2
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 181
178 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is 182 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is
179 handled by the parent zone. This matches the behavior of `runZoned` in 183 handled by the parent zone. This matches the behavior of `runZoned` in
180 `dart:async`. 184 `dart:async`.
181 185
182 ## 0.9.3 186 ## 0.9.3
183 187
184 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`. 188 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`.
185 189
186 * Record anonymous method frames in IE10 as "<fn>". 190 * Record anonymous method frames in IE10 as "<fn>".
OLDNEW
« no previous file with comments | « no previous file | lib/src/chain.dart » ('j') | test/chain/chain_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698