File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Expand file tree Collapse file tree 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+
113## 0.29.3
214* More refactoring changes to rendering (#2085 , #2086 ).
315* Internal changes to stop using newly deprecated analyzer interfaces (#2091 , #2093 ).
Original file line number Diff line number Diff line change 11dartdoc :
22 linkToSource :
33 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 11// 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 11name : dartdoc
22# Run `grind build` after updating.
3- version : 0.29.3
3+ version : 0.30.0
44description : A non-interactive HTML documentation generator for Dart source code.
55homepage : https://github.com/dart-lang/dartdoc
66environment :
77 sdk : ' >=2.6.0 <3.0.0'
88
99dependencies :
10- analyzer : ^0.39.2+1
10+ analyzer : ^0.39.4
1111 args : ' >=1.5.0 <2.0.0'
1212 collection : ^1.2.0
1313 crypto : ^2.0.6
You can’t perform that action at this time.
0 commit comments