File tree 4 files changed +16
-4
lines changed
4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.30.0
2
+ * BREAKING CHANGE: no longer use ` <base href> ` in generated documentation, instead
3
+ use real relative links. This may break manually constructed links that rely
4
+ on base href, or could impact post-processing of dartdoc HTML. Most users
5
+ should not notice. A hidden flag can for now restore the old behavior, but
6
+ will be removed soon. (#2098 , #2096 )
7
+ * More refactors to prepare for markdown rendering. (#2100 , #2114 )
8
+ * Fix crashes with extensions on special types. (#2112 , #2102 )
9
+ * Add a new error type for multiple-file overwrite problems. (#2111 , #2110 )
10
+ * Allow FunctionTypes to work in applicability checks for extensions. (#2109 , #2101 )
11
+ * Refactor to use Element.declaration over Member.baseMember. (#2106 )
12
+
1
13
## 0.29.3
2
14
* More refactoring changes to rendering (#2085 , #2086 ).
3
15
* Internal changes to stop using newly deprecated analyzer interfaces (#2091 , #2093 ).
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/v0.29.3 /%f%#L%l%'
4
+ uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v0.30.0 /%f%#L%l%'
Original file line number Diff line number Diff line change 1
1
// Generated code. Do not modify.
2
- const packageVersion = '0.29.3 ' ;
2
+ const packageVersion = '0.30.0 ' ;
Original file line number Diff line number Diff line change 1
1
name : dartdoc
2
2
# Run `grind build` after updating.
3
- version : 0.29.3
3
+ version : 0.30.0
4
4
description : A non-interactive HTML documentation generator for Dart source code.
5
5
homepage : https://github.com/dart-lang/dartdoc
6
6
environment :
7
7
sdk : ' >=2.6.0 <3.0.0'
8
8
9
9
dependencies :
10
- analyzer : ^0.39.2+1
10
+ analyzer : ^0.39.4
11
11
args : ' >=1.5.0 <2.0.0'
12
12
collection : ^1.2.0
13
13
crypto : ^2.0.6
You can’t perform that action at this time.
0 commit comments