File tree Expand file tree Collapse file tree 4 files changed +18
-6
lines changed Expand file tree Collapse file tree 4 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 1
- ## 8.0.10-dev
1
+ ## 8.0.10
2
2
3
- * Un-deprecate the ` --resources-dir ` option.
3
+ * Un-deprecate the ` --resources-dir ` option. ( # 3782 )
4
4
* Remove support for ` [this] ` as a comment reference. Referring to the
5
5
containing element can be written as ` this [Foo] ` , and referring to 'this'
6
- can just be written as `` `this` `` .
6
+ can just be written as `` `this` `` . (#3765 )
7
+ * Stop displaying constructors meeting a few attributes: generative
8
+ constructors of ` abstract final ` , ` abstract interface ` , and ` sealed ` classes.
9
+ (#3796 and #3804 )
10
+ * Strip ` @docImport ` directives from library documentation. (#3803 )
11
+ * Combine the two implementations of "library canonicalization." This should be
12
+ a no-op. (#3781 )
13
+ * Simplify ` Library.allModelElements ` , but should be a no-op. (#3793 )
14
+ * Support the ` --stats ` flag for the 'doc sdk' task
15
+ (` dart tools/task.dart doc sdk --stats ` ). (#3791 )
16
+ * Make ` CommentReferenceParser.codeRef ` private. (#3771 )
17
+ * Make ` PackageGraph.allLibraries ` private. (#3792 )
18
+ * Remove the unnecessary Privacy mixin. (#3794 )
7
19
8
20
## 8.0.9+1
9
21
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.10-dev /%f%#L%l%'
4
+ uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v8.0.10/%f%#L%l%'
Original file line number Diff line number Diff line change 1
- const packageVersion = '8.0.10-dev ' ;
1
+ const packageVersion = '8.0.10' ;
Original file line number Diff line number Diff line change 1
1
name : dartdoc
2
- version : 8.0.10-dev
2
+ version : 8.0.10
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