Skip to content

Prepare for dartdoc 0.23.1. #1787

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 9, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## 0.23.1
* Make mixins appear under their own category, even if they are reexported (#1785)

## 0.23.0
* Document covariant parameters and fields (#1782)
* Implement new-style mixin support for Dart 2.1 (#1765)
* Implement new-style mixin support for Dart 2.1 (#1765, #1752, #1778, #1779)
* Remove direct dependency on front_end package (#1780)
* Travis/testing and grinder script changes (#1777, #1771)
* Captions on class pages now use nouns consistently (#1767)
Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 18 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ packages:
name: build
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.7+3"
version: "1.0.1"
build_cli_annotations:
dependency: transitive
description:
Expand All @@ -56,21 +56,21 @@ packages:
name: build_resolvers
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.2+5"
version: "0.2.2+6"
build_runner:
dependency: "direct dev"
description:
name: build_runner
url: "https://pub.dartlang.org"
source: hosted
version: "0.9.2"
version: "1.0.0"
build_runner_core:
dependency: transitive
description:
name: build_runner_core
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.2+2"
version: "1.0.1"
build_version:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -337,6 +337,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.6.2"
pedantic:
dependency: transitive
description:
name: pedantic
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
platform:
dependency: transitive
description:
Expand Down Expand Up @@ -484,6 +491,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.3"
timing:
dependency: transitive
description:
name: timing
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.1"
typed_data:
dependency: transitive
description:
Expand Down
9 changes: 3 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dartdoc
# Also update the `version` field in lib/dartdoc.dart.
version: 0.23.0
version: 0.23.1
author: Dart Team <[email protected]>
description: A documentation generator for Dart.
homepage: https://github.com/dart-lang/dartdoc
Expand Down Expand Up @@ -30,8 +30,8 @@ dependencies:
yaml: ^2.1.0

dev_dependencies:
build: ^0.12.6
build_runner: ^0.9.0
build: ^1.0.1
build_runner: ^1.0.0
build_version: ^1.0.0
dhttpd: ^3.0.0
glob: ^1.1.5
Expand All @@ -41,8 +41,5 @@ dev_dependencies:
meta: ^1.0.0
test: ^1.3.0

dependency_overrides:
analyzer: 0.33.0

executables:
dartdoc: null
2 changes: 1 addition & 1 deletion testing/test_package_docs/__404error.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="made with love by dartdoc 0.23.0">
<meta name="generator" content="made with love by dartdoc 0.23.1">
<meta name="description" content="test_package API docs, for the Dart programming language.">
<title>test_package - Dart API docs</title>

Expand Down
2 changes: 1 addition & 1 deletion testing/test_package_docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="made with love by dartdoc 0.23.0">
<meta name="generator" content="made with love by dartdoc 0.23.1">
<meta name="description" content="test_package API docs, for the Dart programming language.">
<title>test_package - Dart API docs</title>

Expand Down
2 changes: 1 addition & 1 deletion testing/test_package_docs_dev/__404error.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="made with love by dartdoc 0.23.0">
<meta name="generator" content="made with love by dartdoc 0.23.1">
<meta name="description" content="test_package API docs, for the Dart programming language.">
<title>test_package - Dart API docs</title>

Expand Down
2 changes: 1 addition & 1 deletion testing/test_package_docs_dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="made with love by dartdoc 0.23.0">
<meta name="generator" content="made with love by dartdoc 0.23.1">
<meta name="description" content="test_package API docs, for the Dart programming language.">
<title>test_package - Dart API docs</title>

Expand Down