File tree 4 files changed +14
-5
lines changed
4 files changed +14
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.30.4
2
+ * Fix regression in canonicalization from extension methods. (#2099 ).
3
+ * Do not throw if a const constructor's staticElement can not be resolved
4
+ (#2176 , #2143 ).
5
+ * Hide non-local embedded SDKs, preventing Flutter's sky_engine from
6
+ being documented by default with Flutter packages (#1949 , #2175 ).
7
+ * Fix a problem with reentrance on TopLevelVariable doc caching. (#2173 , #2143 )
8
+ * A batch of tweaks for the new markdown output templates (#2162 )
9
+
1
10
## 0.30.3
2
11
* Add support for ` Never ` type from analyzer (#2167 , #2170 ).
3
12
* First markdown renderers landed (#2152 ) and dartdoc can sometimes
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.30.3 /%f%#L%l%'
4
+ uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v0.30.4 /%f%#L%l%'
Original file line number Diff line number Diff line change 1
1
// Generated code. Do not modify.
2
- const packageVersion = '0.30.3 ' ;
2
+ const packageVersion = '0.30.4 ' ;
Original file line number Diff line number Diff line change 1
1
name : dartdoc
2
2
# Run `grind build` after updating.
3
- version : 0.30.3
3
+ version : 0.30.4
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
- sdk : ' >=2.6 .0 <3.0.0'
7
+ sdk : ' >=2.7 .0 <3.0.0'
8
8
9
9
dependencies :
10
- analyzer : ^0.39.4
10
+ analyzer : ^0.39.6
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