File tree 4 files changed +14
-3
lines changed
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
+
1
12
## 0.43.0
2
13
* Add experimental lookup code for comment references eventually
3
14
destined to replace most of ` lib/src/markdown_processor.dart ` . Most
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.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 1
1
// 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 1
1
name : dartdoc
2
2
# Run `grind build` after updating.
3
- version : 0.43 .0
3
+ version : 0.44 .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