Skip to content

Commit 6026e29

Browse files
authored
Prepare for dartdoc 0.19.0. (#1683)
1 parent 711e52c commit 6026e29

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.19.0
2+
* Build documentation through the Package object (#1659)
3+
* New flag, --link-to-external, which will cause Dartdoc to link symbols to their originating
4+
pub packages and/or the Flutter or Dart SDKs. (#739)
5+
* New configuration refactor and addition of several experimental options in dartdoc_options.yaml
6+
(see README).
7+
* Update analyzer version to 0.31.2-alpha.2 (#1682).
8+
19
## 0.18.1
210
* Fix problems with the embedded SDK detection that cropped up in
311
the package refactor (#1648, #1651)

lib/dartdoc.dart

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

3838
const String name = 'dartdoc';
3939
// Update when pubspec version changes.
40-
const String dartdocVersion = '0.18.1';
40+
const String dartdocVersion = '0.19.0';
4141

4242
/// Generates Dart documentation for all public Dart libraries in the given
4343
/// directory.

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.18.1
3+
version: 0.19.0
44
author: Dart Team <[email protected]>
55
description: A documentation generator for Dart.
66
homepage: https://github.com/dart-lang/dartdoc

testing/test_package_docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<meta name="generator" content="made with love by dartdoc 0.18.1">
7+
<meta name="generator" content="made with love by dartdoc 0.19.0">
88
<meta name="description" content="test_package API docs, for the Dart programming language.">
99
<title>test_package - Dart API docs</title>
1010

0 commit comments

Comments
 (0)