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