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