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