File tree Expand file tree Collapse file tree 4 files changed +17
-6
lines changed Expand file tree Collapse file tree 4 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 1+ ## 0.32.0
2+ * Fix type exception in 2.9 dev versions of dart (#2214 )
3+ * ** BREAKING** : Refactor ` Container ` class, changing the names
4+ of many getters for templates. Users with custom templates
5+ may need to update their templates (#2206 , #2208 ).
6+ * Refactors moving toward mono-repo support (#2204 , #2203 ).
7+ * Fix crash with newer analyzers and unnamed extension methods
8+ (#2197 ).
9+ * Use ` flutter pub get ` when appropriate instead of dart
10+ ` pub get ` (#2190 )
11+
112## 0.31.0
213* ` --link-to-remote ` is now the default. (#2147 )
314* ` --show-progress ` is now the default on interactive terminals,
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.31 .0/%f%#L%l%'
4+ uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v0.32 .0/%f%#L%l%'
Original file line number Diff line number Diff line change 11// Generated code. Do not modify.
2- const packageVersion = '0.31 .0' ;
2+ const packageVersion = '0.32 .0' ;
Original file line number Diff line number Diff line change 11name : dartdoc
22# Run `grind build` after updating.
3- version : 0.31 .0
3+ version : 0.32 .0
44description : A non-interactive HTML documentation generator for Dart source code.
55homepage : https://github.com/dart-lang/dartdoc
66environment :
@@ -30,9 +30,9 @@ dependencies:
3030
3131dev_dependencies :
3232 async : ' >=2.0.8'
33- build : ^1.0.1
34- build_runner : ^1.0 .0
35- build_version : ^2.0.0
33+ build : ^1.3.0
34+ build_runner : ^1.10 .0
35+ build_version : ^2.0.1
3636 coverage : ^0.13.0
3737 dhttpd : ^3.0.0
3838 glob : ^1.1.5
You can’t perform that action at this time.
0 commit comments