File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- ## 0.28.5-dev
1
+ ## 0.28.5
2
2
* Support the latest version of ` package:analyzer ` .
3
3
* Fix hyperlinks to overriden methods (#1994 ).
4
- * Add an option to exclude version in footer info (#1982 ).
4
+ * Option in dartdoc_options.yaml to exclude version in footer info (#1982 ).
5
5
6
6
## 0.28.4
7
7
* ** Breaking change** Change the default for ` allow-tools ` command line flag to false.
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.5-dev /%f%#L%l%'
4
+ uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v0.28.5/%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.5-dev ' ;
2
+ const packageVersion = '0.28.5' ;
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.5-dev
3
+ version : 0.28.5
4
4
author :
Dart Team <[email protected] >
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