Skip to content

Commit 0d0dd4e

Browse files
committed
Merge pull request #677 from keertip/publish
publish 0.1.0+4
2 parents 4e15155 + 79b5a87 commit 0d0dd4e

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,18 @@
5959
* support user defined library mapping using --url-mapping option
6060
* warning if library is undocumented
6161
* fixed linking for parameters
62+
63+
## 0.1.0+3
64+
65+
* added top navigation bar
66+
* add left navigation section
67+
* package page lists libraries in left nav
68+
69+
## 0.1.0+4
70+
71+
* display only named constructor in left nav
72+
* do not show duplicates in implementors
73+
* add dart identity to page
74+
* left nav links to dedicated page for element
75+
76+

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.1.0+3';
33+
const String version = '0.1.0+4';
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,5 +1,5 @@
11
name: dartdoc
2-
version: 0.1.0+3
2+
version: 0.1.0+4
33
author: Dart Team <[email protected]>
44
description: A documentation generator for Dart.
55
homepage: https://github.com/dart-lang/dartdoc

0 commit comments

Comments
 (0)