File tree 4 files changed +17
-6
lines changed
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
+
1
12
## 0.31.0
2
13
* ` --link-to-remote ` is now the default. (#2147 )
3
14
* ` --show-progress ` is now the default on interactive terminals,
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.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 1
1
// 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 1
1
name : dartdoc
2
2
# Run `grind build` after updating.
3
- version : 0.31 .0
3
+ version : 0.32 .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 :
@@ -30,9 +30,9 @@ dependencies:
30
30
31
31
dev_dependencies :
32
32
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
36
36
coverage : ^0.13.0
37
37
dhttpd : ^3.0.0
38
38
glob : ^1.1.5
You can’t perform that action at this time.
0 commit comments