File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.28.5-dev
2
+ * Support the latest version of ` package:analyzer ` .
3
+
1
4
## 0.28.4
2
5
* ** Breaking change** Change the default for ` allow-tools ` command line flag to false.
3
6
* Fix some lints.
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.4 /%f%#L%l%'
4
+ uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v0.28.5-dev /%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.4 ' ;
2
+ const packageVersion = '0.28.5-dev ' ;
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.4
3
+ version : 0.28.5-dev
4
4
author :
Dart Team <[email protected] >
5
5
description : A documentation generator for Dart.
6
6
homepage : https://github.com/dart-lang/dartdoc
7
7
environment :
8
- sdk : ' >=2.1.0-dev.9.4 <3.0.0'
8
+ sdk : ' >=2.1.0 <3.0.0'
9
9
10
10
dependencies :
11
- analyzer : ^ 0.36.3
11
+ analyzer : ' >= 0.36.3 <0.38.0 '
12
12
args : ' >=1.4.1 <2.0.0'
13
13
collection : ^1.2.0
14
14
crypto : ^2.0.6
@@ -32,7 +32,7 @@ dev_dependencies:
32
32
build : ^1.0.1
33
33
build_runner : ^1.0.0
34
34
build_version : ^2.0.0
35
- coverage : ^0.12.4
35
+ coverage : ^0.13.0
36
36
dhttpd : ^3.0.0
37
37
glob : ^1.1.5
38
38
grinder : ^0.8.2
You can’t perform that action at this time.
0 commit comments