Skip to content

Commit 9d756dc

Browse files
authored
Bump to 8.0.10 (#3806)
1 parent 4259b0b commit 9d756dc

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

CHANGELOG.md

+15-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
1-
## 8.0.10-dev
1+
## 8.0.10
22

3-
* Un-deprecate the `--resources-dir` option.
3+
* Un-deprecate the `--resources-dir` option. (#3782)
44
* Remove support for `[this]` as a comment reference. Referring to the
55
containing element can be written as `this [Foo]`, and referring to 'this'
6-
can just be written as `` `this` ``.
6+
can just be written as `` `this` ``. (#3765)
7+
* Stop displaying constructors meeting a few attributes: generative
8+
constructors of `abstract final`, `abstract interface`, and `sealed` classes.
9+
(#3796 and #3804)
10+
* Strip `@docImport` directives from library documentation. (#3803)
11+
* Combine the two implementations of "library canonicalization." This should be
12+
a no-op. (#3781)
13+
* Simplify `Library.allModelElements`, but should be a no-op. (#3793)
14+
* Support the `--stats` flag for the 'doc sdk' task
15+
(`dart tools/task.dart doc sdk --stats`). (#3791)
16+
* Make `CommentReferenceParser.codeRef` private. (#3771)
17+
* Make `PackageGraph.allLibraries` private. (#3792)
18+
* Remove the unnecessary Privacy mixin. (#3794)
719

820
## 8.0.9+1
921

dartdoc_options.yaml

+1-1
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/v8.0.10-dev/%f%#L%l%'
4+
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v8.0.10/%f%#L%l%'

lib/src/version.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const packageVersion = '8.0.10-dev';
1+
const packageVersion = '8.0.10';

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dartdoc
2-
version: 8.0.10-dev
2+
version: 8.0.10
33
description: A non-interactive HTML documentation generator for Dart source code.
44
repository: https://github.com/dart-lang/dartdoc
55

0 commit comments

Comments
 (0)