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
+ ## 1.0.1
2
+
3
+ * Fix several issues with new type hierarchy. (#2714 , #2721 )
4
+ * Allow code in "diff" language to be syntax highlighted. (#2718 )
5
+
1
6
## 1.0.0
2
7
* BREAKING CHANGE: Enable the enhanced lookups by default.
3
8
Some formerly invalid doc references will no longer be
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/v1.0.0 /%f%#L%l%'
4
+ uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v1.0.1 /%f%#L%l%'
Original file line number Diff line number Diff line change 1
1
// Generated code. Do not modify.
2
- const packageVersion = '1.0.0 ' ;
2
+ const packageVersion = '1.0.1 ' ;
Original file line number Diff line number Diff line change 1
1
name : dartdoc
2
2
# Run `grind build` after updating.
3
- version : 1.0.0
3
+ version : 1.0.1
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