File tree Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 0.38.0
2+ * Correctly handle intermediate abstract classes containing external
3+ implementations. (#2449 , #2251 )
4+ * More implementation added for Mustachio. (#2448 , #2447 , #2442 )
5+ * Change analyzer minor version, updating to 0.41. (#2445 )
6+ * ** Breaking change** : Refactor sidebar handling to improve performance.
7+ Sidebar templates are now required to exist in custom sets, though
8+ you do not have to use them. See referred PR. (#2444 )
9+ * ** Breaking change** : Complete extraction of sorted methods used by
10+ templates. This moves sorting of elements closer to the presentation
11+ layer but requires renaming references in custom templates. See
12+ ` sed ` script example in referred PR. (#2438 )
13+ * Fix missing null checks for YAML data. (#2441 , #2378 )
14+ * Give the correct exception for missing ` FLUTTER_ROOT ` even where ` pub get `
15+ has already run. (#2440 , #2407 )
16+ * Internal change, prefer analyzer's InterfaceType.allSupertypes. (#2439 )
17+
118## 0.37.0
219* Change scope for the dartdoc warning configuration to the library
320 being documented rather than where the symbol was originally
Original file line number Diff line number Diff line change 11dartdoc :
22 linkToSource :
33 root : ' .'
4- uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v0.37 .0/%f%#L%l%'
4+ uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v0.38 .0/%f%#L%l%'
Original file line number Diff line number Diff line change 11// Generated code. Do not modify.
2- const packageVersion = '0.37 .0' ;
2+ const packageVersion = '0.38 .0' ;
Original file line number Diff line number Diff line change 11name : dartdoc
22# Run `grind build` after updating.
3- version : 0.37 .0
3+ version : 0.38 .0
44description : A non-interactive HTML documentation generator for Dart source code.
55homepage : https://github.com/dart-lang/dartdoc
66environment :
You can’t perform that action at this time.
0 commit comments