Skip to content

Commit 46af07b

Browse files
committed
bump for 0.5.0
Closes #815 Squashed commit of the following: commit de2be94 Author: Seth Ladd <[email protected]> Date: Thu Aug 13 15:33:53 2015 -0700 bump for 0.5.0
1 parent 94e7d97 commit 46af07b

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

Diff for: CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
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

Diff for: lib/dartdoc.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export 'src/package_meta.dart';
3636

3737
const String name = 'dartdoc';
3838
// Update when pubspec version changes.
39-
const String version = '0.4.0';
39+
const String version = '0.5.0';
4040

4141
final String defaultOutDir = 'doc${Platform.pathSeparator}api';
4242

Diff for: pubspec.yaml

+1-1
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.4.0
3+
version: 0.5.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)