File tree 4 files changed +17
-3
lines changed
4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.45.0
2
+ * BREAKING CHANGE: Custom templates using some obscure
3
+ getters of modelType may no longer function (returnElement
4
+ and others not used in standard templates). (#2665 )
5
+ * BREAKING CHANGE: Implicit ` Future ` detection, where an
6
+ asynchronous function without a declared return type had
7
+ its return type listed as ` Future ` , is no more. Those
8
+ functions now show a ` dynamic ` return type. (#2665 )
9
+ * Fix a problem with enum field location calculations.
10
+ (#2660 , #2659 )
11
+ * Support for AOT compilation of templates added to Mustachio,
12
+ but not yet enabled. (#2664 , #2651 )
13
+ * Some additional new lookup code implementation and testing.
14
+
1
15
## 0.44.0
2
16
* BREAKING CHANGE: Add support for generic metadata rendering in
3
17
typedefs. (#2649 , #2654 ). This changes how typedefs are rendered
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.44 .0/%f%#L%l%'
4
+ uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v0.45 .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.44 .0' ;
2
+ const packageVersion = '0.45 .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.44 .0
3
+ version : 0.45 .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 :
You can’t perform that action at this time.
0 commit comments