File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.2.0
2
+
3
+ * fix: inconsistent heights in masthead
4
+ * new: alphabetize lists of names
5
+ * fix: fields w/ getters and setters were not displaying docs
6
+
1
7
## 0.1.0+5
2
8
3
9
* show peers in left navigation bar
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+5 ' ;
33
+ const String version = '0.2.0 ' ;
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+5
2
+ version : 0.2.0
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