File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 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+
118## 0.4.0
219* Print the name of the thing above the right nav list
320* 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';
3636
3737const String name = 'dartdoc' ;
3838// Update when pubspec version changes.
39- const String version = '0.4 .0' ;
39+ const String version = '0.5 .0' ;
4040
4141final String defaultOutDir = 'doc${Platform .pathSeparator }api' ;
4242
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.4 .0
3+ version : 0.5 .0
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