|
| 1 | +## 0.29.3 |
| 2 | +* More refactoring changes to rendering (#2085, #2086). |
| 3 | +* Internal changes to stop using newly deprecated analyzer interfaces (#2091, #2093). |
| 4 | + |
1 | 5 | ## 0.29.2
|
2 |
| -* Many refactoring changes to rendering and tests (#2084, #2081, #2080, #2078, #2077, #2076, #2068, #2067) |
3 |
| -* Add 'required' for required named parameters with NNBD enabled (#2075) |
4 |
| -* Rewrite parameter handling and fix problems with brackets (#2075, #2059, #2052, #2082) |
5 |
| -* Add 'late' as a feature for final variables with NNBD enabled (#2071) |
6 |
| -* Add presubmit grinder and dartfmt check for dartdoc development (#2070) |
7 |
| -* Initial implementation of NNBD support (with --enable-experiment flag) (#2069) |
| 6 | +* Many refactoring changes to rendering and tests (#2084, #2081, #2080, #2078, #2077, #2076, #2068, #2067). |
| 7 | +* Add 'required' for required named parameters with NNBD enabled (#2075). |
| 8 | +* Rewrite parameter handling and fix problems with brackets (#2075, #2059, #2052, #2082). |
| 9 | +* Add 'late' as a feature for final variables with NNBD enabled (#2071). |
| 10 | +* Add presubmit grinder and dartfmt check for dartdoc development (#2070). |
| 11 | +* Initial implementation of NNBD support (with --enable-experiment flag) (#2069). |
8 | 12 |
|
9 | 13 | ## 0.29.1
|
10 |
| -* Fix edge cases on extension discovery (#2062) |
11 |
| -* Make sure that enum documentation contains unique IDs for animations (#2060) |
| 14 | +* Fix edge cases on extension discovery (#2062). |
| 15 | +* Make sure that enum documentation contains unique IDs for animations (#2060). |
12 | 16 |
|
13 | 17 | ## 0.29.0
|
14 | 18 | * Internal change to our use of FunctionTypeAliasElement for the analyzer
|
|
0 commit comments