File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 8.2.1
2+
3+ * When calculating the "directory name" of an anonymous library, strip the
4+ enclosing package's lowercase name. This should only affect documentation
5+ generated with the ` --auto-include-dependencies ` flag, like the Flutter SDK.
6+ (#3883 )
7+ * Add basic support for the "Enhanced Parts" Dart language feature.
8+ * Require analyzer 6.10.0 APIs. (#3899 )
9+
110## 8.2.0
211
312* Include extension members on the extended type's page. Each extension
Original file line number Diff line number Diff line change 11dartdoc :
22 linkToSource :
33 root : ' .'
4- uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v8.2.0 /%f%#L%l%'
4+ uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v8.2.1 /%f%#L%l%'
Original file line number Diff line number Diff line change 1- const packageVersion = '8.2.0 ' ;
1+ const packageVersion = '8.2.1 ' ;
Original file line number Diff line number Diff line change 11name : dartdoc
2- version : 8.2.0
2+ version : 8.2.1
33description : A non-interactive HTML documentation generator for Dart source code.
44repository : https://github.com/dart-lang/dartdoc
55
You can’t perform that action at this time.
0 commit comments