Skip to content

Commit 08e3098

Browse files
authored
Bump to 6.1.3 (#3247)
1 parent 4b2e01b commit 08e3098

File tree

4 files changed

+28
-6
lines changed

4 files changed

+28
-6
lines changed

CHANGELOG.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,29 @@
1-
## 6.1.3-dev
2-
1+
## 6.1.3
2+
3+
* Deprecate `lib/src/model/model.dart` as public API. (#3208)
4+
* Remove 300 font weights, for improvements in dark mode. (#3213)
5+
* Do not display a constant implementation value for enums with a default
6+
constructor. (#3216)
7+
* Simplify `Accessor.overriddenElement`; in this change,
8+
`InheritingContainer.inheritenceChain` is now a `List<InheritingContainer>`
9+
and `InheritingContainer.expandInheritenceChain` is now an
10+
`Iterable<InheritingContainer>`. #3220
11+
* Make `ModelElement.element` a getter; subclasses provide the field. #3217
12+
* Switch all references from 'pub.dartlang.org' to 'pub.dev'. #3229
13+
* Support displaying record types. #3233
14+
* Make `ContainerMember.canonicalEnclosingContainer` late final. #3234
15+
* Move `Warnable.enclosingElement` to ModelElement. #3236
16+
* Make `Accessor.documentationComment` late final non-nullable. #3240
17+
* Make `Inheritable.isOverride` late final non-nullable. #3235
18+
* Make `Inheritable.inheritance` a `List<InheritingContainer>`. #3235
19+
* Deprecate `ModelElement.isExecutable`, `ModelElement.isLocalElement`,
20+
`ModelElement.isPropertyAccessor`, `ModelElement.isPropertyInducer`,
21+
`ModelElement.isAsynchronous`, `ModelElement.isStatic`. #3218
22+
* Make `ModelElement.annotations` a List, `ModelElement.filePath` non-nullable,
23+
`ModelElement.enclosingElement` a `ModelElement?`. #3218
324
* Bump analyzer to 5.2.0.
4-
* `--max-file-count` and `--max-total-size` command-line arguments to limit file system resource use.
25+
* `--max-file-count` and `--max-total-size` command-line arguments to limit file
26+
system resource use.
527

628
## 6.1.2
729

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

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Generated code. Do not modify.
2-
const packageVersion = '6.1.3-dev';
2+
const packageVersion = '6.1.3';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dartdoc
22
# Run `dart run grinder build` after updating.
3-
version: 6.1.3-dev
3+
version: 6.1.3
44
description: A non-interactive HTML documentation generator for Dart source code.
55
repository: https://github.com/dart-lang/dartdoc
66

0 commit comments

Comments
 (0)