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

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

Issue 1503203002: Additional clean-up after moving to the new task model; a breaking change needed to allow a bug to … (Closed) Base URL: https://github.com/dart-lang/sdk.git@analyzer-breaking-0.27
Patch Set: Created 5 years 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.27.0
2 * Support for DEP 37 (Assert with optional message).
3 * Lexical support for DEP 40 (Interface libraries). This does not include any se mantic checking to ensure that the
4 implementation libraries are compatible with the interface library.
5 * Cleaned up the initialization of plugins. Clients are now required to initiali ze plugins, possibly using the utility
6 method AnalysisEngine.processRequiredPlugins().
7 * Removed the old task model and code that supported it. None of the removed cod e was intended to be public API, but
8 might be in use anyway.
9
1 ## 0.26.3 10 ## 0.26.3
2 * (Internal) Support for `_embedder.yaml` discovery and processing. 11 * (Internal) Support for `_embedder.yaml` discovery and processing.
3 12
4 ## 0.26.2 13 ## 0.26.2
5 * Add code generation utilities for use in both analyzer and analysis server. 14 * Add code generation utilities for use in both analyzer and analysis server.
6 15
7 ## 0.26.1+17 16 ## 0.26.1+17
8 * (Internal) Introduced context configuration logic (`configureContext()` extrac ted from server). 17 * (Internal) Introduced context configuration logic (`configureContext()` extrac ted from server).
9 18
10 ## 0.26.1+16 19 ## 0.26.1+16
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 * Requires Dart SDK 1.12-dev or greater 90 * Requires Dart SDK 1.12-dev or greater
82 * Enable null-aware operators (DEP 9) by default. 91 * Enable null-aware operators (DEP 9) by default.
83 * Generic method support in the element model. 92 * Generic method support in the element model.
84 93
85 ## 0.25.2-alpha.1 94 ## 0.25.2-alpha.1
86 95
87 * `dart:sdk` extension `.sdkext` changed to `_sdkext` (to play nicer with pub). 96 * `dart:sdk` extension `.sdkext` changed to `_sdkext` (to play nicer with pub).
88 97
89 ## 0.25.2-alpha.0 98 ## 0.25.2-alpha.0
90 99
91 * Initial support for analyzing `dart:sdk` extensions from `.sdkext`. 100 * Initial support for analyzing `dart:sdk` extensions from `.sdkext`.
92 101
93 ## 0.25.1 102 ## 0.25.1
94 103
95 * (Internal) code reorganization to address analysis warnings due to SDK reorg. 104 * (Internal) code reorganization to address analysis warnings due to SDK reorg.
96 * First steps towards `.packages` support. 105 * First steps towards `.packages` support.
97 106
98 ## 0.25.0 107 ## 0.25.0
99 108
100 * Commandline interface moved to dedicated `analyzer_cli` package. Files moved: 109 * Commandline interface moved to dedicated `analyzer_cli` package. Files moved:
101 * `bin/analyzer.dart` 110 * `bin/analyzer.dart`
102 * `lib/options.dart` 111 * `lib/options.dart`
103 * `lib/src/analyzer_impl.dart` 112 * `lib/src/analyzer_impl.dart`
104 * `lib/src/error_formatter.dart` 113 * `lib/src/error_formatter.dart`
105 * Removed dependency on the `args` package. 114 * Removed dependency on the `args` package.
106 115
107 ## 0.22.1 116 ## 0.22.1
108 117
109 * Changes in the async/await support. 118 * Changes in the async/await support.
110 119
111 120
112 ## 0.22.0 121 ## 0.22.0
113 122
114 New API: 123 New API:
115 124
116 * `Source.uri` added. 125 * `Source.uri` added.
117 126
118 Breaking changes: 127 Breaking changes:
119 128
120 * `DartSdk.fromEncoding` replaced with `fromFileUri`. 129 * `DartSdk.fromEncoding` replaced with `fromFileUri`.
121 * `Source.resolveRelative` replaced with `resolveRelativeUri`. 130 * `Source.resolveRelative` replaced with `resolveRelativeUri`.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698