File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Expand file tree Collapse file tree 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+
114## 0.41.0
215* Write out doc files for static methods on extensions. (#2588 , #2591 )
316* Fix a crash where dartdoc tried to create a duplicate field in the event
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.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 11// 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 11name : dartdoc
22# Run `grind build` after updating.
3- version : 0.41 .0
3+ version : 0.42 .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