File tree 4 files changed +9
-7
lines changed
4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
- ## 8.0.4-wip
1
+ ## 8.0.4
2
2
3
3
* Remove explicit library names. (#3609 )
4
- * No longer write the dartdoc version into generated html files.
5
- * Add support for [ GitHub markdown alert syntax] [ ] .
6
- * Add support for external links to dartdoc categories (#3617 ).
4
+ * No longer write the dartdoc version into generated HTML files.
5
+ * Add support for [ GitHub Markdown alert syntax] [ ] .
6
+ * Add support for external links to dartdoc categories. (#3617 )
7
+ * Fix index.json parsing when packageRank is missing. (#3616 )
8
+ * Stop double wrapping nullable records. (#3608 )
7
9
* Require Dart 3.2.0 or later.
8
10
* Require ` analyzer: ^6.4.0 ` .
9
11
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.4-wip /%f%#L%l%'
4
+ uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v8.0.4/%f%#L%l%'
Original file line number Diff line number Diff line change 1
- const packageVersion = '8.0.4-wip ' ;
1
+ const packageVersion = '8.0.4' ;
Original file line number Diff line number Diff line change 1
1
name : dartdoc
2
- version : 8.0.4-wip
2
+ version : 8.0.4
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