File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 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+
14## 0.9.6
25* [ bug] fix enum indexes (#1176 ).
36* [ enhancement] added support for crossdart. If there is a ` crossdart.json `
69
710## 0.9.5
811* [ 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
1013 path is path to source in the package examples directory, and region is
1114 specified by ` #docregion ` and ` #enddocregion ` in the file.
1215* [ enhancement] do not document if there is a ` @nodoc ` in the doc comment.
4346## 0.9.0
4447* ** BREAKING** works with Dart SDK 1.14.0 and above
4548* [ health] use package resource
46- * [ enhancement] add support for packages with ` _embedder.yaml `
49+ * [ enhancement] add support for packages with ` _embedder.yaml `
4750* [ bug] fix generating docs when input == '.'
4851* [ bug] modify showing constants so that there is no double ` const ` shown in
4952 value.
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ export 'src/package_meta.dart';
3939
4040const String name = 'dartdoc' ;
4141// Update when pubspec version changes.
42- const String version = '0.9.6' ;
42+ const String version = '0.9.6+1 ' ;
4343
4444final String defaultOutDir = p.join ('doc' , 'api' );
4545
Original file line number Diff line number Diff line change 11name : dartdoc
22# Also update the `version` field in lib/dartdoc.dart.
3- version : 0.9.6
3+ version : 0.9.6+1
44author :
Dart Team <[email protected] > 55description : A documentation generator for Dart.
66homepage : https://github.com/dart-lang/dartdoc
You can’t perform that action at this time.
0 commit comments