| OLD | NEW |
| 1 ## 0.27.4-alpha.16 |
| 2 * (Internal) Corresponds with the analyzer/server in the `1.18.0-dev.4.0` SDK. |
| 3 |
| 1 ## 0.27.4-alpha.9 | 4 ## 0.27.4-alpha.9 |
| 2 * Restore EmbedderUriResolver API. | 5 * Restore EmbedderUriResolver API. |
| 3 | 6 |
| 4 ## 0.27.4-alpha.8 | 7 ## 0.27.4-alpha.8 |
| 5 * Ignore processing performance improvements. | 8 * Ignore processing performance improvements. |
| 6 * EmbedderUriResolver API updates. | 9 * EmbedderUriResolver API updates. |
| 7 | 10 |
| 8 ## 0.27.4 | 11 ## 0.27.4 |
| 9 | 12 |
| 10 * Added support for 'analysis_options.yaml' files as an alternative to '.analysi
s_options' files. | 13 * Added support for 'analysis_options.yaml' files as an alternative to '.analysi
s_options' files. |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 ## 0.22.0 | 143 ## 0.22.0 |
| 141 | 144 |
| 142 New API: | 145 New API: |
| 143 | 146 |
| 144 * `Source.uri` added. | 147 * `Source.uri` added. |
| 145 | 148 |
| 146 Breaking changes: | 149 Breaking changes: |
| 147 | 150 |
| 148 * `DartSdk.fromEncoding` replaced with `fromFileUri`. | 151 * `DartSdk.fromEncoding` replaced with `fromFileUri`. |
| 149 * `Source.resolveRelative` replaced with `resolveRelativeUri`. | 152 * `Source.resolveRelative` replaced with `resolveRelativeUri`. |
| OLD | NEW |