File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 8.3.0
2+
3+ * The URL for library pages has moved "<em >library-name</em >-library.html" to
4+ "index.html" in the same directory. A redirecting file is left in the
5+ previous location. (#3895 )
6+ * Display extension members on the extended type's page, when the extended type
7+ is nullable. (#3908 )
8+
19## 8.2.1
210
311* When calculating the "directory name" of an anonymous library, strip the
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.2.1 /%f%#L%l%'
4+ uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v8.3.0 /%f%#L%l%'
Original file line number Diff line number Diff line change 1- const packageVersion = '8.2.1 ' ;
1+ const packageVersion = '8.3.0 ' ;
Original file line number Diff line number Diff line change 11name : dartdoc
2- version : 8.2.1
2+ version : 8.3.0
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