File tree 5 files changed +26
-10
lines changed
testing/test_package_docs 5 files changed +26
-10
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.9.14-dev
2
+
3
+ * Enable support for generic function types (#1321 )
4
+
1
5
## 0.9.13
2
6
3
7
* fix grind check-links and check-sdk-links (#1360 )
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ export 'src/package_meta.dart';
40
40
41
41
const String name = 'dartdoc' ;
42
42
// Update when pubspec version changes.
43
- const String version = '0.9.13 ' ;
43
+ const String version = '0.9.14-dev ' ;
44
44
45
45
final String defaultOutDir = path.join ('doc' , 'api' );
46
46
Original file line number Diff line number Diff line change 3
3
packages:
4
4
analyzer:
5
5
description:
6
- name: analyzer
7
- url: "https://pub.dartlang.org"
8
- source: hosted
9
- version: "0.29.9 "
6
+ path: "../sdk/sdk/pkg/ analyzer"
7
+ relative: true
8
+ source: path
9
+ version: "0.29.20 "
10
10
ansicolor:
11
11
description:
12
12
name: ansicolor
@@ -73,6 +73,12 @@ packages:
73
73
url: "https://pub.dartlang.org"
74
74
source: hosted
75
75
version: "0.13.4"
76
+ front_end:
77
+ description:
78
+ path: "../sdk/sdk/pkg/front_end"
79
+ relative: true
80
+ source: path
81
+ version: "0.1.0-alpha.1"
76
82
glob:
77
83
description:
78
84
name: glob
@@ -115,6 +121,12 @@ packages:
115
121
url: "https://pub.dartlang.org"
116
122
source: hosted
117
123
version: "1.0.0"
124
+ kernel:
125
+ description:
126
+ path: "../sdk/sdk/pkg/kernel"
127
+ relative: true
128
+ source: path
129
+ version: "0.2.0"
118
130
logging:
119
131
description:
120
132
name: logging
@@ -279,9 +291,9 @@ packages:
279
291
version: "1.0.0"
280
292
test:
281
293
description:
282
- name: test
283
- url: "https://pub.dartlang.org"
284
- source: hosted
294
+ path: "../ test"
295
+ relative: true
296
+ source: path
285
297
version: "0.12.20+4"
286
298
typed_data:
287
299
description:
Original file line number Diff line number Diff line change 1
1
name : dartdoc
2
2
# Also update the `version` field in lib/dartdoc.dart.
3
- version : 0.9.13
3
+ version : 0.9.14-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
Original file line number Diff line number Diff line change 4
4
< meta charset ="utf-8 ">
5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
7
- < meta name ="generator " content ="made with love by dartdoc 0.9.13 ">
7
+ < meta name ="generator " content ="made with love by dartdoc 0.9.14-dev ">
8
8
< meta name ="description " content ="test_package API docs, for the Dart programming language. ">
9
9
< title > test_package - Dart API docs</ title >
10
10
You can’t perform that action at this time.
0 commit comments