File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 0.31.0
2+ * ` --link-to-remote ` is now the default. (#2147 )
3+ * ` --show-progress ` is now the default on interactive terminals,
4+ and has improved quality of output. (#2147 )
5+ * Excessive notifications for "parsing" have been squelched from
6+ stdout. (#2141 , #2147 )
7+ * Fixed a bug where explicitly requested private members in a comment
8+ reference could result in broken link generation. (#2147 )
9+ * Dartdoc now generates documentation for itself cleanly (#2147 )
10+
111## 0.30.4
212* Fix regression in canonicalization from extension methods. (#2099 ).
313* Do not throw if a const constructor's staticElement can not be resolved
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.4 /%f%#L%l%'
4+ uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v0.31.0 /%f%#L%l%'
Original file line number Diff line number Diff line change 11// Generated code. Do not modify.
2- const packageVersion = '0.30.4 ' ;
2+ const packageVersion = '0.31.0 ' ;
Original file line number Diff line number Diff line change 11name : dartdoc
22# Run `grind build` after updating.
3- version : 0.30.4
3+ version : 0.31.0
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