File tree 4 files changed +17
-14
lines changed
4 files changed +17
-14
lines changed Original file line number Diff line number Diff line change 1
- ## 6.2.0-dev
1
+ ## 6.2.0
2
2
3
+ * Add basic support for Dart 3.0 features, including records and class
4
+ modifiers. (#3340 , #3354 )
3
5
* Stop generating a null-safety badge for elements in a null-safe library.
4
6
(#3295 )
5
7
* Use a sun icon for switching to the light theme. (#3309 )
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/v6.2.0-dev /%f%#L%l%'
4
+ uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v6.2.0/%f%#L%l%'
Original file line number Diff line number Diff line change 1
1
// Generated code. Do not modify.
2
- const packageVersion = '6.2.0-dev ' ;
2
+ const packageVersion = '6.2.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 : 6.2.0-dev
3
+ version : 6.2.0
4
4
description : A non-interactive HTML documentation generator for Dart source code.
5
5
repository : https://github.com/dart-lang/dartdoc
6
6
7
7
environment :
8
8
sdk : ' >=2.18.0 <3.0.0'
9
9
10
10
dependencies :
11
- analyzer : ^5.2.0
11
+ analyzer : ^5.7.1
12
12
args : ^2.3.0
13
13
cli_util : ^0.3.5
14
- collection : ^1.15 .0
14
+ collection : ^1.17 .0
15
15
crypto : ^3.0.1
16
- glob : ^2.0 .1
16
+ glob : ^2.1 .1
17
17
html : ^0.15.0
18
18
logging : ^1.0.2
19
19
markdown : ^7.0.0
20
20
meta : ^1.7.0
21
21
package_config : ^2.0.2
22
22
path : ^1.8.0
23
- pub_semver : ^2.1.0
23
+ pub_semver : ^2.1.3
24
24
source_span : ^1.8.1
25
25
yaml : ^3.1.0
26
26
27
27
dev_dependencies :
28
28
async : ^2.8.2
29
- build : ^2.1.0
30
- build_runner : ^2.1.2
31
- build_test : ^2.1.3
32
- build_version : ^2.1.0
33
- code_builder : ^4.2 .0
29
+ build : ^2.3.1
30
+ build_runner : ^2.3.0
31
+ build_test : ^2.1.6
32
+ build_version : ^2.1.1
33
+ code_builder : ^4.4 .0
34
34
coverage : ^1.0.3
35
35
dart_style : ^2.2.0
36
36
grinder : ^0.9.0
37
37
http : ^0.13.3
38
38
js : ^0.6.5
39
39
lints : ^2.0.0
40
- test : ^1.19.0
40
+ matcher : ^0.12.14
41
+ test : ^1.23.1
41
42
test_descriptor : ^2.0.0
42
43
test_process : ^2.0.2
43
44
test_reflective_loader : ^0.2.0
You can’t perform that action at this time.
0 commit comments