| OLD | NEW |
| 1 ## 0.26.1+10 |
| 2 * New `AnalysisContext` API for associating configuration data with contexts |
| 3 (`setConfigurationData()` and `getConfigurationData()`). |
| 4 |
| 1 ## 0.26.1+9 | 5 ## 0.26.1+9 |
| 2 * `OptionsProcessor` extension point API changed to pass associated | 6 * `OptionsProcessor` extension point API changed to pass associated |
| 3 `AnalysisContext` instance into the `optionsProcessed` call-back. | 7 `AnalysisContext` instance into the `optionsProcessed` call-back. |
| 4 | 8 |
| 5 ## 0.26.1+6 | 9 ## 0.26.1+6 |
| 6 * Provisional (internal) plugin manifest parsing. | 10 * Provisional (internal) plugin manifest parsing. |
| 7 | 11 |
| 8 ## 0.26.1+5 | 12 ## 0.26.1+5 |
| 9 * Plugin configuration `ErrorHandler` typedef API fix. | 13 * Plugin configuration `ErrorHandler` typedef API fix. |
| 10 | 14 |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 ## 0.22.0 | 91 ## 0.22.0 |
| 88 | 92 |
| 89 New API: | 93 New API: |
| 90 | 94 |
| 91 * `Source.uri` added. | 95 * `Source.uri` added. |
| 92 | 96 |
| 93 Breaking changes: | 97 Breaking changes: |
| 94 | 98 |
| 95 * `DartSdk.fromEncoding` replaced with `fromFileUri`. | 99 * `DartSdk.fromEncoding` replaced with `fromFileUri`. |
| 96 * `Source.resolveRelative` replaced with `resolveRelativeUri`. | 100 * `Source.resolveRelative` replaced with `resolveRelativeUri`. |
| OLD | NEW |