File tree 4 files changed +12
-3
lines changed
4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.0.0
2
+ * BREAKING CHANGE: changes to dartdoc options API
3
+ to prepare for NNBD migration (#2745 , #2744 ).
4
+ * Fix unbound type reference in extension method comment
5
+ reference creating a null dereference (#2741 , #2740 )
6
+ * Update to analyzer 2.0. (#2734 )
7
+ * Fix comment references on generic typedefs in new
8
+ lookup code. (#2755 , #2756 )
9
+
1
10
## 1.0.2
2
11
3
12
* Fix where extensions header in library sidebar linked to the
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.2 /%f%#L%l%'
4
+ uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v2 .0.0 /%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.2 ' ;
2
+ const packageVersion = '2 .0.0 ' ;
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.2
3
+ version : 2 .0.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