File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.28.7
2
+ * Remove obsolete references to Element.type and ElementHandle (#2028 , #2031 ).
3
+ * Fix problem with return values for typedefs with analyzer 0.38.5 (#2036 ).
4
+
1
5
## 0.28.6
2
6
* Support for 0.38.3 version of ` package:analyzer ` .
3
7
* Support generating docs for extension methods (#2001 ).
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.28.6 /%f%#L%l%'
4
+ uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v0.28.7 /%f%#L%l%'
Original file line number Diff line number Diff line change 1
1
// Generated code. Do not modify.
2
- const packageVersion = '0.28.6 ' ;
2
+ const packageVersion = '0.28.7 ' ;
Original file line number Diff line number Diff line change 1
1
name : dartdoc
2
2
# Run `grind build` after updating.
3
- version : 0.28.6
3
+ version : 0.28.7
4
4
author : Dart Team <misc@dartlang.org>
5
5
description : A documentation generator for Dart.
6
6
homepage : https://github.com/dart-lang/dartdoc
You can’t perform that action at this time.
0 commit comments