| OLD | NEW |
| 1 ## 0.26.3 |
| 2 * (Internal) Support for `_embedder.yaml` discovery and processing. |
| 3 |
| 1 ## 0.26.2 | 4 ## 0.26.2 |
| 2 * Add code generation utilities for use in both analyzer and analysis server. | 5 * Add code generation utilities for use in both analyzer and analysis server. |
| 3 | 6 |
| 4 ## 0.26.1+17 | 7 ## 0.26.1+17 |
| 5 * (Internal) Introduced context configuration logic (`configureContext()` extrac
ted from server). | 8 * (Internal) Introduced context configuration logic (`configureContext()` extrac
ted from server). |
| 6 | 9 |
| 7 ## 0.26.1+16 | 10 ## 0.26.1+16 |
| 8 * (Internal) Options validation plugin API update. | 11 * (Internal) Options validation plugin API update. |
| 9 | 12 |
| 10 ## 0.26.1+15 | 13 ## 0.26.1+15 |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 ## 0.22.0 | 112 ## 0.22.0 |
| 110 | 113 |
| 111 New API: | 114 New API: |
| 112 | 115 |
| 113 * `Source.uri` added. | 116 * `Source.uri` added. |
| 114 | 117 |
| 115 Breaking changes: | 118 Breaking changes: |
| 116 | 119 |
| 117 * `DartSdk.fromEncoding` replaced with `fromFileUri`. | 120 * `DartSdk.fromEncoding` replaced with `fromFileUri`. |
| 118 * `Source.resolveRelative` replaced with `resolveRelativeUri`. | 121 * `Source.resolveRelative` replaced with `resolveRelativeUri`. |
| OLD | NEW |