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

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

Issue 1319243002: analyzer version to 0.26.1+2 (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 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 | pkg/analyzer/pubspec.yaml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.26.1+2
2
3 * Extension point for WorkManagerFactory(s).
4 * Fix display of parameter lists in servers Element structure (issue 24194)
5 * Band-aid fix for issue #24191.
6
1 ## 0.26.1+1 7 ## 0.26.1+1
2 8
3 * Removed a warning about importing unnamed libraries 9 * Removed a warning about importing unnamed libraries
4 * Fix handling of empty URIs in `.packages` files (issue 24126) 10 * Fix handling of empty URIs in `.packages` files (issue 24126)
5 11
6 ## 0.26.1 12 ## 0.26.1
7 13
8 * Fix line starts in multiline comments (issue 23919). 14 * Fix line starts in multiline comments (issue 23919).
9 * Various small fixes to Windows path handling. 15 * Various small fixes to Windows path handling.
10 * Update LineInfo computation during incremental resolution. 16 * Update LineInfo computation during incremental resolution.
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 ## 0.22.0 73 ## 0.22.0
68 74
69 New API: 75 New API:
70 76
71 * `Source.uri` added. 77 * `Source.uri` added.
72 78
73 Breaking changes: 79 Breaking changes:
74 80
75 * `DartSdk.fromEncoding` replaced with `fromFileUri`. 81 * `DartSdk.fromEncoding` replaced with `fromFileUri`.
76 * `Source.resolveRelative` replaced with `resolveRelativeUri`. 82 * `Source.resolveRelative` replaced with `resolveRelativeUri`.
OLDNEW
« no previous file with comments | « no previous file | pkg/analyzer/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698