File tree 3 files changed +19
-2
lines changed
3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.5.0
2
+ * [ health] remove calls to deprecated methods
3
+ * [ health] remove workaround when sorting empty iterable
4
+ * [ sdk] now requires Dart SDK 1.12-dev or greater
5
+ * [ bug] homepage column widths now add up to 12
6
+ * [ enhancement] display ellipse when text overflows out the one-liners
7
+ * [ enhancement] section titles are larger, lighter
8
+ * [ health] testing on Windows + 1.12-dev SDK
9
+ * [ enhancement] property types are now on the right
10
+ * [ enhancement] other various style tweaks
11
+ * [ enhancement] main text is darker, links are more contrasty
12
+ * [ enhancement] include dartdoc version in generated docs, as HTML comment
13
+ * [ enhancement] remove empty-doc warnings for unnamed libraries
14
+ * [ enhancement] dartdoc understands "sdk extensions"
15
+ * [ enhancement] find-as-you-type search
16
+ * [ bug] doc references to names with multiple underscores now link correctly
17
+
1
18
## 0.4.0
2
19
* Print the name of the thing above the right nav list
3
20
* Numerous fixes, tests, and cleanups to the code
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ export 'src/package_meta.dart';
36
36
37
37
const String name = 'dartdoc' ;
38
38
// Update when pubspec version changes.
39
- const String version = '0.4 .0' ;
39
+ const String version = '0.5 .0' ;
40
40
41
41
final String defaultOutDir = 'doc${Platform .pathSeparator }api' ;
42
42
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.4 .0
3
+ version : 0.5 .0
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