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

Side by Side Diff: CHANGELOG.md

Issue 2168203002: Use the package_resolver package. (Closed) Base URL: git@github.com:dart-lang/source_map_stack_trace.git@master
Patch Set: Created 4 years, 5 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.0
2
3 * `mapStackTrace()` now uses a `SyncPackageResolver` object from the
4 [`package_resolver` package][package_resolver] to recreate `package:` URIs.
5
6 * **Deprecation**: the `packageRoot` parameter to `mapStackTrace` is deprecated
7 in favor of the `packageInfo` parameter described above. It will be removed in
8 a future release.
9
10 [package_resolver]: https://pub.dartlang.org/packages/package_resolver
11
1 ## 1.0.5 12 ## 1.0.5
2 13
3 * Add compatibility for member names that include named arguments. 14 * Add compatibility for member names that include named arguments.
4 15
5 ## 1.0.4 16 ## 1.0.4
6 17
7 * Add compatibility for Dart 1.10-style name munging. 18 * Add compatibility for Dart 1.10-style name munging.
8 19
9 ## 1.0.3 20 ## 1.0.3
10 21
11 * Prefer "dart:" URLs to "package:" URLs. 22 * Prefer "dart:" URLs to "package:" URLs.
12 23
13 ## 1.0.2 24 ## 1.0.2
14 25
15 * Fix an off-by-one bug that was causing line numbers to be slightly off. 26 * Fix an off-by-one bug that was causing line numbers to be slightly off.
16 27
17 ## 1.0.1 28 ## 1.0.1
18 29
19 * Don't crash when mapping stack chains. 30 * Don't crash when mapping stack chains.
20 31
21 ## 1.0.0 32 ## 1.0.0
22 33
23 * Initial release. 34 * 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