File tree 4 files changed +19
-7
lines changed
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 )
5
17
6
18
## 8.0.5
7
19
Original file line number Diff line number Diff line change 1
1
dartdoc :
2
2
linkToSource :
3
3
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 1
1
name : dartdoc
2
- version : 8.0.6-wip
2
+ version : 8.0.6
3
3
description : A non-interactive HTML documentation generator for Dart source code.
4
4
repository : https://github.com/dart-lang/dartdoc
5
5
You can’t perform that action at this time.
0 commit comments