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

Side by Side Diff: CHANGELOG.md

Issue 2187043003: Fix a crashing bug. (Closed) Base URL: git@github.com:dart-lang/source_map_stack_trace.git@master
Patch Set: Created 4 years, 4 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/source_map_stack_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.1.1
2
3 * Don't crash if the `SyncPackageResolver` has no package information at all.
4
1 ## 1.1.0 5 ## 1.1.0
2 6
3 * `mapStackTrace()` now uses a `SyncPackageResolver` object from the 7 * `mapStackTrace()` now uses a `SyncPackageResolver` object from the
4 [`package_resolver` package][package_resolver] to recreate `package:` URIs. 8 [`package_resolver` package][package_resolver] to recreate `package:` URIs.
5 9
6 * **Deprecation**: the `packageRoot` parameter to `mapStackTrace` is deprecated 10 * **Deprecation**: the `packageRoot` parameter to `mapStackTrace` is deprecated
7 in favor of the `packageInfo` parameter described above. It will be removed in 11 in favor of the `packageInfo` parameter described above. It will be removed in
8 a future release. 12 a future release.
9 13
10 [package_resolver]: https://pub.dartlang.org/packages/package_resolver 14 [package_resolver]: https://pub.dartlang.org/packages/package_resolver
(...skipping 14 matching lines...) Expand all
25 29
26 * Fix an off-by-one bug that was causing line numbers to be slightly off. 30 * Fix an off-by-one bug that was causing line numbers to be slightly off.
27 31
28 ## 1.0.1 32 ## 1.0.1
29 33
30 * Don't crash when mapping stack chains. 34 * Don't crash when mapping stack chains.
31 35
32 ## 1.0.0 36 ## 1.0.0
33 37
34 * Initial release. 38 * Initial release.
OLDNEW
« no previous file with comments | « no previous file | lib/source_map_stack_trace.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698