File tree 4 files changed +9
-4
lines changed
4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
- ## 8.0.7-wip
1
+ ## 8.0.7
2
2
3
+ * Generate documentation for static members of enums. (#3697 )
4
+ * Display an extension's extended type in a few places. (#3708 )
5
+ * Minimal support for documenting a package with macro applications. (#3687 )
3
6
* Deprecate the ` --nodoc ` option. (#3690 )
4
7
* Deprecate the ` --resources-dir ` option. (#3696 )
8
+ * Deprecate the ` --include-externals ` option. (#3694 )
9
+ * Remove the warning regarding unresolved exports; these are handled by the analyzer. (#3711 )
5
10
6
11
## 8.0.6
7
12
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.7-wip /%f%#L%l%'
4
+ uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v8.0.7/%f%#L%l%'
Original file line number Diff line number Diff line change 1
- const packageVersion = '8.0.7-wip ' ;
1
+ const packageVersion = '8.0.7' ;
Original file line number Diff line number Diff line change 1
1
name : dartdoc
2
- version : 8.0.7-wip
2
+ version : 8.0.7
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