| OLD | NEW |
| 1 ## 0.25.2 |
| 2 |
| 3 * Enable null-aware operators (DEP 9) by default. |
| 4 * Generic method support in the element model. |
| 5 |
| 1 ## 0.25.2-alpha.1 | 6 ## 0.25.2-alpha.1 |
| 2 | 7 |
| 3 * `dart:sdk` extension `.sdkext` changed to `_sdkext` (to play nicer with pub). | 8 * `dart:sdk` extension `.sdkext` changed to `_sdkext` (to play nicer with pub). |
| 4 | 9 |
| 5 ## 0.25.2-alpha.0 | 10 ## 0.25.2-alpha.0 |
| 6 | 11 |
| 7 * Initial support for analyzing `dart:sdk` extensions from `.sdkext`. | 12 * Initial support for analyzing `dart:sdk` extensions from `.sdkext`. |
| 8 | 13 |
| 9 ## 0.25.1 | 14 ## 0.25.1 |
| 10 | 15 |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 ## 0.22.0 | 33 ## 0.22.0 |
| 29 | 34 |
| 30 New API: | 35 New API: |
| 31 | 36 |
| 32 * `Source.uri` added. | 37 * `Source.uri` added. |
| 33 | 38 |
| 34 Breaking changes: | 39 Breaking changes: |
| 35 | 40 |
| 36 * `DartSdk.fromEncoding` replaced with `fromFileUri`. | 41 * `DartSdk.fromEncoding` replaced with `fromFileUri`. |
| 37 * `Source.resolveRelative` replaced with `resolveRelativeUri`. | 42 * `Source.resolveRelative` replaced with `resolveRelativeUri`. |
| OLD | NEW |