File tree 4 files changed +16
-3
lines changed 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.42.0
2
+ * Add some tests and verify basic support for triple-shift, and check
3
+ to be sure that using the function as type parameter feature does not crash
4
+ dartdoc (#2518 , #2517 , #2603 ).
5
+ * BREAKING CHANGE: Refactor of dartdoc features and annotations. Use
6
+ ` hasFeatures ` in templates in place of checking ` featuresAsString ` as a
7
+ boolean (#2600 ), and ` linkedNameWithParameters ` for getting rendered
8
+ annotations (#2605 ).
9
+ * Implement generic type parameters on annotations. (#2600 , #2516 ).
10
+ * No longer depend on mustache. (#2596 )
11
+ * BREAKING CHANGE: Replace mustache with mustachio. Use ` asCallable ` instead
12
+ of ` hasCallable ` in templates to handle casts correctly. (#2564 )
13
+
1
14
## 0.41.0
2
15
* Write out doc files for static methods on extensions. (#2588 , #2591 )
3
16
* Fix a crash where dartdoc tried to create a duplicate field in the event
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.41 .0/%f%#L%l%'
4
+ uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v0.42 .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.41 .0' ;
2
+ const packageVersion = '0.42 .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.41 .0
3
+ version : 0.42 .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