File tree Expand file tree Collapse file tree 4 files changed +17
-5
lines changed Expand file tree Collapse file tree 4 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 1
- ## 7.0.1-wip
1
+ ## 7.0.1
2
2
3
3
* Add back missing search bar to left sidenav on narrow screens.
4
+ * Remove unused warning: noDefiningLibraryFound
5
+ * Canonicalization.scoreCanonicalCandidates is now calculateCanonicalCandidate,
6
+ and returns one Library. (#3520 )
7
+ * Print errors without associated elements; in particular this is errors
8
+ generated during the final validation stage. (#3532 )
9
+ * Reduce logging when documenting multiple packages. (#3522 )
10
+ * ScoredCandidate is made private. (#3520 )
11
+ * Canonicalization now implements Warnable; Warnable no longer implements
12
+ Canonicalization; Warnable now implements Documentable and Locatable;
13
+ Documentable is now a mixin; DocumentationComment now subtypes
14
+ Canonicalization.
15
+ * Library.inheritanceManager is now static. (#3516 )
4
16
5
17
## 7.0.0
6
18
7
- * Require ` analyzer: ^6.2 .0 ` .
19
+ * Require ` analyzer: ^6.3 .0 ` .
8
20
* Remove all ` @deprecated ` elements.
9
21
* Fix sidebar links in leaf pages. (#3510 )
10
22
* Do not hide stack trace of DartdocFailures. (#3505 )
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/v7.0.1-wip /%f%#L%l%'
4
+ uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v7.0.1/%f%#L%l%'
Original file line number Diff line number Diff line change 1
1
// Generated code. Do not modify.
2
- const packageVersion = '7.0.1-wip ' ;
2
+ const packageVersion = '7.0.1' ;
Original file line number Diff line number Diff line change 1
1
name : dartdoc
2
- version : 7.0.1-wip
2
+ version : 7.0.1
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