Skip to content

Commit 91bd5de

Browse files
authored
Bump to 8.1.0 (#3868)
1 parent 4a6062e commit 91bd5de

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 8.1.0
2+
3+
* Fix many library sidebars, and search. (#3865)
4+
* Make getters and setters actually look like their declarations. (#3858)
5+
* Display indirectly 'Implemented types' via extended and mixed-in types.
6+
(#3855)
7+
* Add mixins with superclass constraints to the 'Implementers' list. (#3844)
8+
* Deduplicate 'Implemented types' in cases of multiple inheritance (#3848)
9+
* Display 'Available extensions' in more, correct, places. (#3852)
10+
* Fix 'Available extension' logic so that, for example, the `FutureIterable`
11+
extension appears on the `List` page. (#3846)
12+
* Trim blank lines from generated renderers; may slightly reduce output size.
13+
(#3857)
14+
* Remove extraneous parens from function-types. (#3856)
15+
* Fix referrable information on broken link messages. (#3854)
16+
117
## 8.0.14
218

319
* Library elements are now deduplicated in Dartdoc's model. This should be a

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.14/%f%#L%l%'
4+
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v8.1.0/%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.14';
1+
const packageVersion = '8.1.0';

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.14
2+
version: 8.1.0
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)