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

Side by Side Diff: CHANGELOG.md

Issue 2187983002: Fix a typo in the previous fix. (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.2
2
3 * Fix a typo in the previous fix.
4
1 ## 1.1.1 5 ## 1.1.1
2 6
3 * Don't crash if the `SyncPackageResolver` has no package information at all. 7 * Don't crash if the `SyncPackageResolver` has no package information at all.
4 8
5 ## 1.1.0 9 ## 1.1.0
6 10
7 * `mapStackTrace()` now uses a `SyncPackageResolver` object from the 11 * `mapStackTrace()` now uses a `SyncPackageResolver` object from the
8 [`package_resolver` package][package_resolver] to recreate `package:` URIs. 12 [`package_resolver` package][package_resolver] to recreate `package:` URIs.
9 13
10 * **Deprecation**: the `packageRoot` parameter to `mapStackTrace` is deprecated 14 * **Deprecation**: the `packageRoot` parameter to `mapStackTrace` is deprecated
(...skipping 18 matching lines...) Expand all
29 33
30 * Fix an off-by-one bug that was causing line numbers to be slightly off. 34 * Fix an off-by-one bug that was causing line numbers to be slightly off.
31 35
32 ## 1.0.1 36 ## 1.0.1
33 37
34 * Don't crash when mapping stack chains. 38 * Don't crash when mapping stack chains.
35 39
36 ## 1.0.0 40 ## 1.0.0
37 41
38 * Initial release. 42 * 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