Skip to content

Prepare for dartdoc-0.26.1 #1867

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 7 commits into from
Dec 13, 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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.26.1
* Fix bug that accidentally caused dartdoc to create (and overwrite with)
multiple snapshots in parallel for a single tool (#1861, #1862)
* Refactor comment reference handling for performance and readability (#1863)
* Simplify temp file creation and reduce the amount of filesystem churn
for tools (#1865)
* Reenable testing for flutter plugin doc generation (This requires
a Flutter SDK with flutter/flutter#25243 to work with tools enabled).
Flutter plugin doc generation now requires your flutter installation to have
'flutter update-packages' run on it before it will work.

## 0.26.0
* Remove crossdart support (#1856)
* Launch helper tools and construct PackageGraphs asynchronously (#1849)
Expand Down
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.26.0';
const packageVersion = '0.26.1';
2 changes: 1 addition & 1 deletion 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.26.0
version: 0.26.1
author: Dart Team <[email protected]>
description: A documentation generator for Dart.
homepage: https://github.com/dart-lang/dartdoc
Expand Down
2 changes: 1 addition & 1 deletion testing/test_package_docs/__404error.html

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

2 changes: 1 addition & 1 deletion testing/test_package_docs/index.html

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

2 changes: 1 addition & 1 deletion testing/test_package_docs_dev/__404error.html

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

2 changes: 1 addition & 1 deletion testing/test_package_docs_dev/index.html

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