Skip to content

Commit 5bf6d15

Browse files
committed
Bump to 8.1.0
1 parent dbcf974 commit 5bf6d15

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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 (#3855)
6+
* Add mixins with superclass constraints to the 'Implementers' list. (#3844)
7+
* Deduplicate 'Implemented types' in cases of multiple inheritance (#3848)
8+
* Display 'Available extensions' in more, correct, places (#3852)
9+
* Fix 'Available extension' logic so that, for example, the `FutureIterable`
10+
extension appears on the `List` page. (#3846)
11+
* Trim blank lines from generated renderers; may slightly reduce output size
12+
(#3857)
13+
* Remove extraneous parens from function-types (#3856)
14+
* Fix referrable information on broken link messages (#3854)
15+
116
## 8.0.14
217

318
* 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)