File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1- ## 8.3.1-wip
1+ ## 8.3.1
22
33* Require Dart 3.5 or later.
4+ * Append the href of each library with a slash. (#3940 )
5+ * Compress generated css by configuring sass output style. (#3919 )
6+ * Generate included css using sass. (#3917 )
7+ * Correct links to remote, canonical libraries (#3912 )
8+ * Use web 1.1. (#3915 )
49
510## 8.3.0
611
Original file line number Diff line number Diff line change 11dartdoc :
22 linkToSource :
33 root : ' .'
4- uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v8.3.1-wip /%f%#L%l%'
4+ uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v8.3.1/%f%#L%l%'
Original file line number Diff line number Diff line change 1- const packageVersion = '8.3.1-wip ' ;
1+ const packageVersion = '8.3.1' ;
Original file line number Diff line number Diff line change 11name : dartdoc
2- version : 8.3.1-wip
2+ version : 8.3.1
33description : A non-interactive HTML documentation generator for Dart source code.
44repository : https://github.com/dart-lang/dartdoc
55
You can’t perform that action at this time.
0 commit comments