File tree Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Expand file tree Collapse file tree 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+
115## 0.44.0
216* BREAKING CHANGE: Add support for generic metadata rendering in
317 typedefs. (#2649 , #2654 ). This changes how typedefs are rendered
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.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 11// 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 11name : dartdoc
22# Run `grind build` after updating.
3- version : 0.44 .0
3+ version : 0.45 .0
44description : A non-interactive HTML documentation generator for Dart source code.
55homepage : https://github.com/dart-lang/dartdoc
66environment :
You can’t perform that action at this time.
0 commit comments