Skip to content

Commit

Permalink
Prepare for dartdoc 0.39.0. (#2480)
Browse files Browse the repository at this point in the history
* Prepare for 0.39.0

* trivial formatting change
  • Loading branch information
jcollins-g authored Jan 14, 2021
1 parent b956fa3 commit 9e61a4f
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.39.0
* More implementation added for Mustachio. (#2452, #2458, #2467)
* Use `=` to document values for named parameters. (#2453, #2087)
* Add a link to the null safety feature indicator. (#2455)
* Fixed a problem where searching by URL failed in SDK docs. (#2470)
* Fix a regression where members were not being marked as inherited in
sidebars (#2473, #2472).
* **Breaking change**: Removed bootstrap CSS files. (#2460)
* **Breaking change**: Removed the URI.js library. (#2471)
* Update Highlight.js to 10.5.0, including better support for
highlighting non-nullable code. (#2474)

## 0.38.0
* Correctly handle intermediate abstract classes containing external
implementations. (#2449, #2251)
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ For issues/details related to hosted Dart API docs, see

## Installing dartdoc

Run `pub global activate dartdoc` to install the latest version of dartdoc compatible with your
SDK.
Run `pub global activate dartdoc` to install the latest version of dartdoc compatible with your SDK.

## Generating docs

Expand Down
2 changes: 1 addition & 1 deletion dartdoc_options.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dartdoc:
linkToSource:
root: '.'
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.38.0/%f%#L%l%'
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.39.0/%f%#L%l%'
2 changes: 1 addition & 1 deletion lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Generated code. Do not modify.
const packageVersion = '0.38.0';
const packageVersion = '0.39.0';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dartdoc
# Run `grind build` after updating.
version: 0.38.0
version: 0.39.0
description: A non-interactive HTML documentation generator for Dart source code.
homepage: https://github.com/dart-lang/dartdoc
environment:
Expand Down

0 comments on commit 9e61a4f

Please sign in to comment.