Skip to content

Commit a1610aa

Browse files
authored
Bump to 8.0.6 (#3692)
1 parent eed92d3 commit a1610aa

File tree

4 files changed

+19
-7
lines changed

4 files changed

+19
-7
lines changed

CHANGELOG.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
1-
## 8.0.6-wip
2-
3-
* Add troubleshooting information when the sidebars failed to load.
4-
* Deprecate the `--templates-dir` option.
1+
## 8.0.6
2+
3+
* Add troubleshooting information when the sidebars failed to load. (#3643)
4+
* Deprecate the `--templates-dir` option. (#3667)
5+
* In the "implementers" section of a class/mixin, include extension types that
6+
"implement" said class/mixin. (#3658)
7+
* Add the "implementers" section to the extension type page. (#3682)
8+
* Display the exact type of an extension type's representation, not any erasure
9+
of an extension type. (#3685)
10+
* Reduce the time to document with a few improvements. (#3659, #3660)
11+
* Correct the "constant initializer" view of some enums. (#3669)
12+
* Render generic type parameters in function-typed parameters. (#3670)
13+
* Stop warning on a missing constructor; dartdoc expects code to be valid.
14+
(#3674)
15+
* Do not require the `FLUTTER_ROOT` env variable when documenting a package
16+
that requires Flutter. (#3688)
517

618
## 8.0.5
719

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

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const packageVersion = '8.0.6-wip';
1+
const packageVersion = '8.0.6';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dartdoc
2-
version: 8.0.6-wip
2+
version: 8.0.6
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)