File tree Expand file tree Collapse file tree 4 files changed +19
-7
lines changed Expand file tree Collapse file tree 4 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 1- ## 8.0.6-wip
2-
3- * Add troubleshooting information when the sidebars failed to load.
4- * Deprecate the ` --templates-dir ` option.
1+ ## 8.0.6
2+
3+ * Add troubleshooting information when the sidebars failed to load. (#3643 )
4+ * Deprecate the ` --templates-dir ` option. (#3667 )
5+ * In the "implementers" section of a class/mixin, include extension types that
6+ "implement" said class/mixin. (#3658 )
7+ * Add the "implementers" section to the extension type page. (#3682 )
8+ * Display the exact type of an extension type's representation, not any erasure
9+ of an extension type. (#3685 )
10+ * Reduce the time to document with a few improvements. (#3659 , #3660 )
11+ * Correct the "constant initializer" view of some enums. (#3669 )
12+ * Render generic type parameters in function-typed parameters. (#3670 )
13+ * Stop warning on a missing constructor; dartdoc expects code to be valid.
14+ (#3674 )
15+ * Do not require the ` FLUTTER_ROOT ` env variable when documenting a package
16+ that requires Flutter. (#3688 )
517
618## 8.0.5
719
Original file line number Diff line number Diff line change 11dartdoc :
22 linkToSource :
33 root : ' .'
4- uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v8.0.6-wip /%f%#L%l%'
4+ uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v8.0.6/%f%#L%l%'
Original file line number Diff line number Diff line change 1- const packageVersion = '8.0.6-wip ' ;
1+ const packageVersion = '8.0.6' ;
Original file line number Diff line number Diff line change 11name : dartdoc
2- version : 8.0.6-wip
2+ version : 8.0.6
33description : A non-interactive HTML documentation generator for Dart source code.
44repository : https://github.com/dart-lang/dartdoc
55
You can’t perform that action at this time.
0 commit comments