File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 0.30.3
2+ * Add support for ` Never ` type from analyzer (#2167 , #2170 ).
3+ * First markdown renderers landed (#2152 ) and dartdoc can sometimes
4+ generate markdown, but it is not ready for prime-time yet.
5+
16## 0.30.2
27* Fix the broken search box with --use-base-href in Flutter (#2158 ).
38* More internal changes preparing for markdown output
Original file line number Diff line number Diff line change 11dartdoc :
22 linkToSource :
33 root : ' .'
4- uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v0.30.2 /%f%#L%l%'
4+ uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v0.30.3 /%f%#L%l%'
Original file line number Diff line number Diff line change 11// Generated code. Do not modify.
2- const packageVersion = '0.30.2 ' ;
2+ const packageVersion = '0.30.3 ' ;
Original file line number Diff line number Diff line change 11name : dartdoc
22# Run `grind build` after updating.
3- version : 0.30.2
3+ version : 0.30.3
44description : A non-interactive HTML documentation generator for Dart source code.
55homepage : https://github.com/dart-lang/dartdoc
66environment :
You can’t perform that action at this time.
0 commit comments