File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.9.6+1
2
+ * [ health] remove an unneeded package dependency
3
+
1
4
## 0.9.6
2
5
* [ bug] fix enum indexes (#1176 ).
3
6
* [ enhancement] added support for crossdart. If there is a ` crossdart.json `
6
9
7
10
## 0.9.5
8
11
* [ enhancement] support for ` @example ` tag to inject sample code into comments.
9
- eg. ` {@example core/ts/bootstrap/bootstrap.dart region='bootstrap'} ` , where
12
+ eg. ` {@example core/ts/bootstrap/bootstrap.dart region='bootstrap'} ` , where
10
13
path is path to source in the package examples directory, and region is
11
14
specified by ` #docregion ` and ` #enddocregion ` in the file.
12
15
* [ enhancement] do not document if there is a ` @nodoc ` in the doc comment.
43
46
## 0.9.0
44
47
* ** BREAKING** works with Dart SDK 1.14.0 and above
45
48
* [ health] use package resource
46
- * [ enhancement] add support for packages with ` _embedder.yaml `
49
+ * [ enhancement] add support for packages with ` _embedder.yaml `
47
50
* [ bug] fix generating docs when input == '.'
48
51
* [ bug] modify showing constants so that there is no double ` const ` shown in
49
52
value.
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ export 'src/package_meta.dart';
39
39
40
40
const String name = 'dartdoc' ;
41
41
// Update when pubspec version changes.
42
- const String version = '0.9.6' ;
42
+ const String version = '0.9.6+1 ' ;
43
43
44
44
final String defaultOutDir = p.join ('doc' , 'api' );
45
45
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.6
3
+ version : 0.9.6+1
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