File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1+
2+ ## 0.9.7
3+ * fix the display of long constants
4+ * fixed an issue with duplicate libraries in SDK
5+ * show source code for more element types
6+ * fix for issue with references in parameters and return type pointing to wrong element with same name
7+ * updated to a new verion of the markdown library
8+ * fix signatures for functions with typedef params (#1137 )
9+ * make dartdoc strong-mode clean (#1205 )
10+ * fix an issue w/ references in dartdoc not being hyperlinked
11+ * show 'abstract' for methods that are abstract
12+ * show the full value of enums
13+ * cleanup bin/dartdoc to use public dartdoc API (#1199 )
14+ * add contribution instructions
15+
116## 0.9.6+2
217* [ bug] fix an issue involving escaping constants (#1084 ).
318* [ health] removed a dev dependency
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ export 'src/package_meta.dart';
4040
4141const String name = 'dartdoc' ;
4242// Update when pubspec version changes.
43- const String version = '0.9.6+2 ' ;
43+ const String version = '0.9.7 ' ;
4444
4545final String defaultOutDir = p.join ('doc' , 'api' );
4646
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+2
3+ version : 0.9.7
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