| OLD | NEW |
| 1 ## Next release |
| 2 * Strong mode breaking change: can now infer generic type arguments from the con
structor invocation arguments (#25220). |
| 3 |
| 1 ## 0.27.4-alpha.16 | 4 ## 0.27.4-alpha.16 |
| 2 * (Internal) Corresponds with the analyzer/server in the `1.18.0-dev.4.0` SDK. | 5 * (Internal) Corresponds with the analyzer/server in the `1.18.0-dev.4.0` SDK. |
| 3 | 6 |
| 4 ## 0.27.4-alpha.9 | 7 ## 0.27.4-alpha.9 |
| 5 * Restore EmbedderUriResolver API. | 8 * Restore EmbedderUriResolver API. |
| 6 | 9 |
| 7 ## 0.27.4-alpha.8 | 10 ## 0.27.4-alpha.8 |
| 8 * Ignore processing performance improvements. | 11 * Ignore processing performance improvements. |
| 9 * EmbedderUriResolver API updates. | 12 * EmbedderUriResolver API updates. |
| 10 | 13 |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 ## 0.22.0 | 146 ## 0.22.0 |
| 144 | 147 |
| 145 New API: | 148 New API: |
| 146 | 149 |
| 147 * `Source.uri` added. | 150 * `Source.uri` added. |
| 148 | 151 |
| 149 Breaking changes: | 152 Breaking changes: |
| 150 | 153 |
| 151 * `DartSdk.fromEncoding` replaced with `fromFileUri`. | 154 * `DartSdk.fromEncoding` replaced with `fromFileUri`. |
| 152 * `Source.resolveRelative` replaced with `resolveRelativeUri`. | 155 * `Source.resolveRelative` replaced with `resolveRelativeUri`. |
| OLD | NEW |