File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
testing/test_package_docs Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 0.19.0
2+ * Build documentation through the Package object (#1659 )
3+ * New flag, --link-to-external, which will cause Dartdoc to link symbols to their originating
4+ pub packages and/or the Flutter or Dart SDKs. (#739 )
5+ * New configuration refactor and addition of several experimental options in dartdoc_options.yaml
6+ (see README).
7+ * Update analyzer version to 0.31.2-alpha.2 (#1682 ).
8+
19## 0.18.1
210* Fix problems with the embedded SDK detection that cropped up in
311 the package refactor (#1648 , #1651 )
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ export 'package:dartdoc/src/package_meta.dart';
3737
3838const String name = 'dartdoc' ;
3939// Update when pubspec version changes.
40- const String dartdocVersion = '0.18.1 ' ;
40+ const String dartdocVersion = '0.19.0 ' ;
4141
4242/// Generates Dart documentation for all public Dart libraries in the given
4343/// directory.
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.18.1
3+ version : 0.19.0
44author : Dart Team <misc@dartlang.org>
55description : A documentation generator for Dart.
66homepage : https://github.com/dart-lang/dartdoc
Original file line number Diff line number Diff line change 44 < meta charset ="utf-8 ">
55 < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
66 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
7- < meta name ="generator " content ="made with love by dartdoc 0.18.1 ">
7+ < meta name ="generator " content ="made with love by dartdoc 0.19.0 ">
88 < meta name ="description " content ="test_package API docs, for the Dart programming language. ">
99 < title > test_package - Dart API docs</ title >
1010
You can’t perform that action at this time.
0 commit comments