File tree Expand file tree Collapse file tree 4 files changed +13
-6
lines changed Expand file tree Collapse file tree 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.
24* Experimental feature: HTML output from markdown rendering, ` {@tool} ` and
35 ` {@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 )
411
512## 4.0.0
613* BREAKING CHANGE: Refactors to support NNBD and adapt to new analyzer
Original file line number Diff line number Diff line change 11dartdoc :
22 linkToSource :
33 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 11// 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 11name : dartdoc
22# Run `dart run grinder build` after updating.
3- version : 4.1.0-dev
3+ version : 4.1.0
44description : A non-interactive HTML documentation generator for Dart source code.
55homepage : https://github.com/dart-lang/dartdoc
66environment :
@@ -11,7 +11,7 @@ dependencies:
1111 args : ^2.3.0
1212 charcode : ^1.3.1
1313 collection : ^1.15.0
14- cli_util : ^0.3.4
14+ cli_util : ^0.3.5
1515 crypto : ^3.0.1
1616 glob : ^2.0.1
1717 html : ^0.15.0
@@ -36,7 +36,7 @@ dev_dependencies:
3636 grinder : ^0.9.0
3737 http : ^0.13.3
3838 lints : ^1.0.1
39- test : ^1.17.12
39+ test : ^1.19.0
4040
4141executables :
4242 dartdoc : null
You can’t perform that action at this time.
0 commit comments