File tree 4 files changed +12
-3
lines changed
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
+
1
10
## 8.2.0
2
11
3
12
* Include extension members on the extended type's page. Each extension
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/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 1
1
name : dartdoc
2
- version : 8.2.0
2
+ version : 8.2.1
3
3
description : A non-interactive HTML documentation generator for Dart source code.
4
4
repository : https://github.com/dart-lang/dartdoc
5
5
You can’t perform that action at this time.
0 commit comments