File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.32.1
2
+ * Allow documenting code with null safety (#2210 , #2221 )
3
+ * Refactors moving toward mono-repo support (#2219 )
4
+
1
5
## 0.32.0
2
6
* Fix type exception in 2.9 dev versions of dart (#2214 )
3
7
* ** BREAKING** : Refactor ` Container ` class, changing the names
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.32.0 /%f%#L%l%'
4
+ uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v0.32.1 /%f%#L%l%'
Original file line number Diff line number Diff line change 1
1
// Generated code. Do not modify.
2
- const packageVersion = '0.32.0 ' ;
2
+ const packageVersion = '0.32.1 ' ;
Original file line number Diff line number Diff line change 1
1
name : dartdoc
2
2
# Run `grind build` after updating.
3
- version : 0.32.0
3
+ version : 0.32.1
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 :
You can’t perform that action at this time.
0 commit comments