File tree 4 files changed +13
-3
lines changed
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
+
1
11
## 0.30.4
2
12
* Fix regression in canonicalization from extension methods. (#2099 ).
3
13
* Do not throw if a const constructor's staticElement can not be resolved
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/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 1
1
// 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 1
1
name : dartdoc
2
2
# Run `grind build` after updating.
3
- version : 0.30.4
3
+ version : 0.31.0
4
4
description : A non-interactive HTML documentation generator for Dart source code.
5
5
homepage : https://github.com/dart-lang/dartdoc
6
6
environment :
You can’t perform that action at this time.
0 commit comments