File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 22
33* Remove explicit library names. (#3609 )
44* No longer write the dartdoc version into generated html files.
5- * Add support for GitHub markdown alert syntax
6- (https://docs.github.com/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts ).
5+ * Add support for [ GitHub markdown alert syntax] [ ] .
6+ * Require Dart 3.2.0 or later.
7+ * Require ` analyzer: ^6.4.0 ` .
8+
9+ [ GitHub markdown alert syntax ] : https://docs.github.com/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts
710
811## 8.0.3
912
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ description: A non-interactive HTML documentation generator for Dart source code
44repository : https://github.com/dart-lang/dartdoc
55
66environment :
7- sdk : ^3.0 .0
7+ sdk : ^3.2 .0
88
99dependencies :
10- analyzer : ^6.3 .0
10+ analyzer : ^6.4 .0
1111 args : ^2.4.1
1212 collection : ^1.17.0
1313 crypto : ^3.0.3
@@ -24,9 +24,8 @@ dependencies:
2424
2525dev_dependencies :
2626 async : ^2.11.0
27- dart_style : ^2.3.1
28- http : " >=0.13.6 <2.0.0"
29- js : " >=0.6.7 <0.8.0"
27+ dart_style : ^2.3.4
28+ js : ^0.7.0
3029 lints : ^3.0.0
3130 matcher : ^0.12.15
3231 test : ^1.24.2
You can’t perform that action at this time.
0 commit comments