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

Side by Side Diff: pkg/analyzer/CHANGELOG.md

Issue 1245263002: Actual URI support for package URI resolution. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Merge master (tk2). Created 5 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
OLDNEW
1 ## 0.26.0-alpha.0
2
3 * API change: `UriResolver.resolveUri(..)` now takes an optional `actualUri`.
4
1 ## 0.25.3-alpha.0 5 ## 0.25.3-alpha.0
2 6
3 * Add hook for listening to implicitly analyzed files 7 * Add hook for listening to implicitly analyzed files
4 * Add a PathFilter and AnalysisOptionsProvider utility classes to aid 8 * Add a PathFilter and AnalysisOptionsProvider utility classes to aid
5 clients in excluding files from analysis when directed to do so by an 9 clients in excluding files from analysis when directed to do so by an
6 options file. 10 options file.
7 11
8 ## 0.25.2 12 ## 0.25.2
9 13
10 * Enable null-aware operators (DEP 9) by default. 14 * Enable null-aware operators (DEP 9) by default.
(...skipping 29 matching lines...) Expand all
40 ## 0.22.0 44 ## 0.22.0
41 45
42 New API: 46 New API:
43 47
44 * `Source.uri` added. 48 * `Source.uri` added.
45 49
46 Breaking changes: 50 Breaking changes:
47 51
48 * `DartSdk.fromEncoding` replaced with `fromFileUri`. 52 * `DartSdk.fromEncoding` replaced with `fromFileUri`.
49 * `Source.resolveRelative` replaced with `resolveRelativeUri`. 53 * `Source.resolveRelative` replaced with `resolveRelativeUri`.
OLDNEW
« no previous file with comments | « pkg/analysis_server/test/context_manager_test.dart ('k') | pkg/analyzer/lib/file_system/file_system.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698