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 59
59
* support user defined library mapping using --url-mapping option
60
60
* warning if library is undocumented
61
61
* fixed linking for parameters
62
+
63
+ ## 0.1.0+3
64
+
65
+ * added top navigation bar
66
+ * add left navigation section
67
+ * package page lists libraries in left nav
68
+
69
+ ## 0.1.0+4
70
+
71
+ * display only named constructor in left nav
72
+ * do not show duplicates in implementors
73
+ * add dart identity to page
74
+ * left nav links to dedicated page for element
75
+
76
+
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ export 'src/package_meta.dart';
30
30
31
31
const String name = 'dartdoc' ;
32
32
// Update when pubspec version changes.
33
- const String version = '0.1.0+3 ' ;
33
+ const String version = '0.1.0+4 ' ;
34
34
35
35
final String defaultOutDir = 'doc${Platform .pathSeparator }api' ;
36
36
Original file line number Diff line number Diff line change 1
1
name : dartdoc
2
- version : 0.1.0+3
2
+ version : 0.1.0+4
3
3
author :
Dart Team <[email protected] >
4
4
description : A documentation generator for Dart.
5
5
homepage : https://github.com/dart-lang/dartdoc
You can’t perform that action at this time.
0 commit comments