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.0.14
2
+
3
+ * Library elements are now deduplicated in Dartdoc's model. This should be a
4
+ no-op with regards to generated docs, but noting here in case an issue crops
5
+ up. (#3838 )
6
+ * Add tests supporting the new Dart 'wildcards' feature.
7
+ * Fix links in the sidebar of extension type pages. (#3831 )
8
+
1
9
## 8.0.13
2
10
3
11
* Fix an issue around referencing elements not explicitly included in a
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/v8.0.13 /%f%#L%l%'
4
+ uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v8.0.14 /%f%#L%l%'
Original file line number Diff line number Diff line change 1
- const packageVersion = '8.0.13 ' ;
1
+ const packageVersion = '8.0.14 ' ;
Original file line number Diff line number Diff line change 1
1
name : dartdoc
2
- version : 8.0.13
2
+ version : 8.0.14
3
3
description : A non-interactive HTML documentation generator for Dart source code.
4
4
repository : https://github.com/dart-lang/dartdoc
5
5
You can’t perform that action at this time.
0 commit comments