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
+
1
16
## 0.9.6+2
2
17
* [ bug] fix an issue involving escaping constants (#1084 ).
3
18
* [ health] removed a dev dependency
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.6+2 ' ;
43
+ const String version = '0.9.7 ' ;
44
44
45
45
final String defaultOutDir = p.join ('doc' , 'api' );
46
46
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+2
3
+ version : 0.9.7
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