| OLD | NEW |
| 1 ## 0.25.3-alpha.0 |
| 2 |
| 3 * Add hook for listening to implicitly analyzed files |
| 4 * Add a PathFilter and AnalysisOptionsProvider utility classes to aid |
| 5 clients in excluding files from analysis when directed to do so by an |
| 6 options file. |
| 7 |
| 1 ## 0.25.2 | 8 ## 0.25.2 |
| 2 | 9 |
| 3 * Enable null-aware operators (DEP 9) by default. | 10 * Enable null-aware operators (DEP 9) by default. |
| 4 * Generic method support in the element model. | 11 * Generic method support in the element model. |
| 5 | 12 |
| 6 ## 0.25.2-alpha.1 | 13 ## 0.25.2-alpha.1 |
| 7 | 14 |
| 8 * `dart:sdk` extension `.sdkext` changed to `_sdkext` (to play nicer with pub). | 15 * `dart:sdk` extension `.sdkext` changed to `_sdkext` (to play nicer with pub). |
| 9 | 16 |
| 10 ## 0.25.2-alpha.0 | 17 ## 0.25.2-alpha.0 |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 ## 0.22.0 | 40 ## 0.22.0 |
| 34 | 41 |
| 35 New API: | 42 New API: |
| 36 | 43 |
| 37 * `Source.uri` added. | 44 * `Source.uri` added. |
| 38 | 45 |
| 39 Breaking changes: | 46 Breaking changes: |
| 40 | 47 |
| 41 * `DartSdk.fromEncoding` replaced with `fromFileUri`. | 48 * `DartSdk.fromEncoding` replaced with `fromFileUri`. |
| 42 * `Source.resolveRelative` replaced with `resolveRelativeUri`. | 49 * `Source.resolveRelative` replaced with `resolveRelativeUri`. |
| OLD | NEW |