File tree 4 files changed +13
-6
lines changed
4 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 1
- ## 4.1.0-dev
1
+ ## 4.1.0
2
+ * Move to analyzer 2.7.0. (#2845 )
3
+ * The library interface is now explicitly marked as experimental via meta.
2
4
* Experimental feature: HTML output from markdown rendering, ` {@tool} ` and
3
5
` {@inject-html} ` is sanitized when hidden option ` --sanitize-html ` is passed.
6
+ * Refactor of ModelElement and ElementType constructors. Technically breaking
7
+ but known users of the API do not attempt to construct these types by hand.
8
+ (#2828 , #2829 )
9
+ * Move to recommended set of hints in linter and correct some small errors
10
+ in regexps. (#2833 )
4
11
5
12
## 4.0.0
6
13
* BREAKING CHANGE: Refactors to support NNBD and adapt to new analyzer
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/v4.1.0-dev /%f%#L%l%'
4
+ uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v4.1.0/%f%#L%l%'
Original file line number Diff line number Diff line change 1
1
// Generated code. Do not modify.
2
- const packageVersion = '4.1.0-dev ' ;
2
+ const packageVersion = '4.1.0' ;
Original file line number Diff line number Diff line change 1
1
name : dartdoc
2
2
# Run `dart run grinder build` after updating.
3
- version : 4.1.0-dev
3
+ version : 4.1.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 :
@@ -11,7 +11,7 @@ dependencies:
11
11
args : ^2.3.0
12
12
charcode : ^1.3.1
13
13
collection : ^1.15.0
14
- cli_util : ^0.3.4
14
+ cli_util : ^0.3.5
15
15
crypto : ^3.0.1
16
16
glob : ^2.0.1
17
17
html : ^0.15.0
@@ -36,7 +36,7 @@ dev_dependencies:
36
36
grinder : ^0.9.0
37
37
http : ^0.13.3
38
38
lints : ^1.0.1
39
- test : ^1.17.12
39
+ test : ^1.19.0
40
40
41
41
executables :
42
42
dartdoc : null
You can’t perform that action at this time.
0 commit comments