Skip to content

Commit 87bb753

Browse files
committed
prep 0.4.0 release
Closes #771 Squashed commit of the following: commit 782791f Author: Seth Ladd <[email protected]> Date: Wed Aug 5 09:42:30 2015 -0700 prep 0.4.0 release
1 parent ac9dec5 commit 87bb753

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1-
## Unreleased
1+
## 0.4.0
22
* Print the name of the thing above the right nav list
3+
* Numerous fixes, tests, and cleanups to the code
4+
* fix: top-level consts are linked correctly from doc references
5+
* fix: if a doc comment cannot be resolved, it is wrapped in a code element
6+
* fix: links generated on the Enum page
7+
* fix: background is dark when left drawer is open
8+
* fix: better error message when running dartdoc on empty directory
9+
* fix: don't show left drawer toggle on homescreen
10+
* fix: docs for a class that extends List showed double methods
311

412
## 0.3.0
513
* new: left nav now animates in on mobile

lib/dartdoc.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export 'src/package_meta.dart';
3030

3131
const String name = 'dartdoc';
3232
// Update when pubspec version changes.
33-
const String version = '0.3.0';
33+
const String version = '0.4.0';
3434

3535
final String defaultOutDir = 'doc${Platform.pathSeparator}api';
3636

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dartdoc
22
# Also update the `version` field in lib/dartdoc.dart.
3-
version: 0.3.0
3+
version: 0.4.0
44
author: Dart Team <[email protected]>
55
description: A documentation generator for Dart.
66
homepage: https://github.com/dart-lang/dartdoc

0 commit comments

Comments
 (0)