File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 0.44.0
2+ * BREAKING CHANGE: Add support for generic metadata rendering in
3+ typedefs. (#2649 , #2654 ). This changes how typedefs are rendered
4+ so that they all appear as new generic typedefs. This means
5+ that typedefs can no longer share the ` _callable ` templates
6+ and have their own implementations.
7+ * Add query strings to static assets to ensure they refresh in
8+ browsers on changes. (#2646 )
9+ * Change the comment reference unparser to use analyzer AST tokens
10+ instead of file access. (#2642 )
11+
112## 0.43.0
213* Add experimental lookup code for comment references eventually
314 destined to replace most of ` lib/src/markdown_processor.dart ` . Most
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.43 .0/%f%#L%l%'
4+ uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v0.44 .0/%f%#L%l%'
Original file line number Diff line number Diff line change 11// Generated code. Do not modify.
2- const packageVersion = '0.43 .0' ;
2+ const packageVersion = '0.44 .0' ;
Original file line number Diff line number Diff line change 11name : dartdoc
22# Run `grind build` after updating.
3- version : 0.43 .0
3+ version : 0.44 .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