Skip to content

Commit 9e61a4f

Browse files
authored
Prepare for dartdoc 0.39.0. (#2480)
* Prepare for 0.39.0 * trivial formatting change
1 parent b956fa3 commit 9e61a4f

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 0.39.0
2+
* More implementation added for Mustachio. (#2452, #2458, #2467)
3+
* Use `=` to document values for named parameters. (#2453, #2087)
4+
* Add a link to the null safety feature indicator. (#2455)
5+
* Fixed a problem where searching by URL failed in SDK docs. (#2470)
6+
* Fix a regression where members were not being marked as inherited in
7+
sidebars (#2473, #2472).
8+
* **Breaking change**: Removed bootstrap CSS files. (#2460)
9+
* **Breaking change**: Removed the URI.js library. (#2471)
10+
* Update Highlight.js to 10.5.0, including better support for
11+
highlighting non-nullable code. (#2474)
12+
113
## 0.38.0
214
* Correctly handle intermediate abstract classes containing external
315
implementations. (#2449, #2251)

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ For issues/details related to hosted Dart API docs, see
1414

1515
## Installing dartdoc
1616

17-
Run `pub global activate dartdoc` to install the latest version of dartdoc compatible with your
18-
SDK.
17+
Run `pub global activate dartdoc` to install the latest version of dartdoc compatible with your SDK.
1918

2019
## Generating docs
2120

dartdoc_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
dartdoc:
22
linkToSource:
33
root: '.'
4-
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.38.0/%f%#L%l%'
4+
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.39.0/%f%#L%l%'

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Generated code. Do not modify.
2-
const packageVersion = '0.38.0';
2+
const packageVersion = '0.39.0';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dartdoc
22
# Run `grind build` after updating.
3-
version: 0.38.0
3+
version: 0.39.0
44
description: A non-interactive HTML documentation generator for Dart source code.
55
homepage: https://github.com/dart-lang/dartdoc
66
environment:

0 commit comments

Comments
 (0)