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 2
2
3
3
* Remove explicit library names. (#3609 )
4
4
* 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
7
10
8
11
## 8.0.3
9
12
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
4
4
repository : https://github.com/dart-lang/dartdoc
5
5
6
6
environment :
7
- sdk : ^3.0 .0
7
+ sdk : ^3.2 .0
8
8
9
9
dependencies :
10
- analyzer : ^6.3 .0
10
+ analyzer : ^6.4 .0
11
11
args : ^2.4.1
12
12
collection : ^1.17.0
13
13
crypto : ^3.0.3
@@ -24,9 +24,8 @@ dependencies:
24
24
25
25
dev_dependencies :
26
26
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
30
29
lints : ^3.0.0
31
30
matcher : ^0.12.15
32
31
test : ^1.24.2
You can’t perform that action at this time.
0 commit comments