| OLD | NEW |
| 1 ## 0.26.1+15 |
| 2 * (Internal) Provisional options validation plugin API. |
| 3 |
| 1 ## 0.26.1+13 | 4 ## 0.26.1+13 |
| 2 * (Internal) Plugin processing fixes. | 5 * (Internal) Plugin processing fixes. |
| 3 | 6 |
| 4 ## 0.26.1+11 | 7 ## 0.26.1+11 |
| 5 * Fixes to address lint registry memory leaking. | 8 * Fixes to address lint registry memory leaking. |
| 6 | 9 |
| 7 ## 0.26.1+10 | 10 ## 0.26.1+10 |
| 8 * New `AnalysisContext` API for associating configuration data with contexts | 11 * New `AnalysisContext` API for associating configuration data with contexts |
| 9 (`setConfigurationData()` and `getConfigurationData()`). | 12 (`setConfigurationData()` and `getConfigurationData()`). |
| 10 | 13 |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 ## 0.22.0 | 100 ## 0.22.0 |
| 98 | 101 |
| 99 New API: | 102 New API: |
| 100 | 103 |
| 101 * `Source.uri` added. | 104 * `Source.uri` added. |
| 102 | 105 |
| 103 Breaking changes: | 106 Breaking changes: |
| 104 | 107 |
| 105 * `DartSdk.fromEncoding` replaced with `fromFileUri`. | 108 * `DartSdk.fromEncoding` replaced with `fromFileUri`. |
| 106 * `Source.resolveRelative` replaced with `resolveRelativeUri`. | 109 * `Source.resolveRelative` replaced with `resolveRelativeUri`. |
| OLD | NEW |