File tree Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 6.0.1
2
+
3
+ * Allow ` Parameter.enclosingElement ` to be nullable.
4
+ * Deprecate ` PackageMeta.description ` , ` PackageMeta.repository ` ,
5
+ ` PackageMeta.getLicenseContents ` , ` PackageMeta.getChangelogContents ` .
6
+ * Deprecate public access to ` allBeforeFirstNewline ` , ` allAfterLastNewline ` ,
7
+ ` findFreeHangingGenericsPositions ` , ` ReferenceChildrenLookup ` , and
8
+ ` childLookups ` .
9
+ * Make ` Mixin.superclassConstraints ` , ` ModelElement.library ` and ` ModelElement. package ` non-nullable late final.
10
+ * Make ` ModelElement.element ` non-nullable.
11
+ * Remove ` ElementType.returnedFrom ` , ` MatchingLinkResult.warn ` .
12
+ * Rename ` DartdocGeneratorBackend ` to ` GeneratorBackendBase ` . Add a
13
+ typedef to preserve old behavior.
14
+ * Make ` ContainerMember.enclosingElement ` a ` Container ` .
15
+ * Deprecate MarkdownDocument's unnamed constructor.
16
+ * Fix the search box's height constraint.
17
+ * Move to analyzer ^4.3.1.
18
+
1
19
## 6.0.0
2
20
3
21
* BREAKING CHANGE: Make ` DartdocGeneratorBackend.sidebarForContainer ` ,
Original file line number Diff line number Diff line change 1
1
dartdoc :
2
2
linkToSource :
3
3
root : ' .'
4
- uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v6.0.0 /%f%#L%l%'
4
+ uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v6.0.1 /%f%#L%l%'
Original file line number Diff line number Diff line change 1
1
// Generated code. Do not modify.
2
- const packageVersion = '6.0.0 ' ;
2
+ const packageVersion = '6.0.1 ' ;
Original file line number Diff line number Diff line change 1
1
name : dartdoc
2
2
# Run `dart run grinder build` after updating.
3
- version : 6.0.0
3
+ version : 6.0.1
4
4
description : A non-interactive HTML documentation generator for Dart source code.
5
5
repository : https://github.com/dart-lang/dartdoc
6
6
You can’t perform that action at this time.
0 commit comments