|
| 1 | +## 0.41.0 |
| 2 | +* Write out doc files for static methods on extensions. (#2588, #2591) |
| 3 | +* Fix a crash where dartdoc tried to create a duplicate field in the event |
| 4 | + a static const extension member is declared. (#2585) |
| 5 | +* Implementation of generic type aliases. (#2584, #2575, #2558) |
| 6 | +* BREAKING CHANGE: Refactors to better support new type handling. |
| 7 | + With #2573 and changes building on it, `linkedReturnType` must be changed |
| 8 | + to either `modelType` or `modelType.returnType` in templates. (#2583, #2573) |
| 9 | +* Add an option for setting arguments for tool compilation. (#2576) |
| 10 | +* Make signature of categoriesWithPublicLibraries more accurate. (#2571) |
| 11 | +* Improve analysis performance by avoiding hints/lints when resolving |
| 12 | + files. (#2566) |
| 13 | +* Additional implementation for Mustachio. (#2568, #2555, #2554, #2549, #2547, |
| 14 | + #2546) |
| 15 | +* Update highlight.js to include plaintext support and optionally, warn if the |
| 16 | + user does not specify a language on code blocks. (#2560, #2559, #2593) |
| 17 | +* Fix invalid json generation on an empty categories list. (#2550) |
| 18 | +* Many minor internal cleanups related to new lints and ecosystem changes. |
| 19 | + |
1 | 20 | ## 0.40.0
|
2 | 21 | * More implementation added for Mustachio (#2481, #2482, #2488, #2491, #2497,
|
3 | 22 | #2498, #2512, #2515, #2519, #2523, #2525)
|
|
0 commit comments