| OLD | NEW |
| 1 ## 0.25.2-alpha.1 |
| 2 |
| 3 * `dart:sdk` extension `.sdkext` changed to `_sdkext` (to play nicer with pub). |
| 4 |
| 1 ## 0.25.2-alpha.0 | 5 ## 0.25.2-alpha.0 |
| 2 | 6 |
| 3 * Initial support for analyzing `dart:sdk` extensions from `.sdkext`. | 7 * Initial support for analyzing `dart:sdk` extensions from `.sdkext`. |
| 4 | 8 |
| 5 ## 0.25.1 | 9 ## 0.25.1 |
| 6 | 10 |
| 7 * (Internal) code reorganization to address analysis warnings due to SDK reorg. | 11 * (Internal) code reorganization to address analysis warnings due to SDK reorg. |
| 8 * First steps towards `.packages` support. | 12 * First steps towards `.packages` support. |
| 9 | 13 |
| 10 ## 0.25.0 | 14 ## 0.25.0 |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 ## 0.22.0 | 28 ## 0.22.0 |
| 25 | 29 |
| 26 New API: | 30 New API: |
| 27 | 31 |
| 28 * `Source.uri` added. | 32 * `Source.uri` added. |
| 29 | 33 |
| 30 Breaking changes: | 34 Breaking changes: |
| 31 | 35 |
| 32 * `DartSdk.fromEncoding` replaced with `fromFileUri`. | 36 * `DartSdk.fromEncoding` replaced with `fromFileUri`. |
| 33 * `Source.resolveRelative` replaced with `resolveRelativeUri`. | 37 * `Source.resolveRelative` replaced with `resolveRelativeUri`. |
| OLD | NEW |