File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed
Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1- ## [ 1.1 .0] - 2020-03-23
1+ ## [ 2.0 .0] - 2020-03-23
22* Support for command-line executables provided by the package
33* PubspecYaml instances can be created from YAML using string extension method
44* This version requires Dart 2.7
Original file line number Diff line number Diff line change 11name : pubspec_yaml
22description : Dart library to access and manipulate content of pubpec.yaml files
3- version : 1.1 .0
3+ version : 2.0 .0
44homepage : https://github.com/alexei-sintotski/pubspec_yaml
55
66environment :
77 sdk : " >=2.7.0 <3.0.0"
88
99dependencies :
10- collection : ^1.14.12
11- functional_data : ^0.2.3
12- json2yaml : ^1.0.1
13- meta : ^1.1.8
14- plain_optional : ^0.1.3
15- sum_types : ^0.2.1+2
10+ collection : ^1.14.0
11+ functional_data : ^0.2.0
12+ json2yaml : ^1.0.0
13+ meta : ^1.1.0
14+ plain_optional : ^0.1.0
15+ sum_types : ^0.2.0
1616 yaml : ^2.2.0
1717
1818dev_dependencies :
19- build_runner : ^1.7.2
20- dependency_validator : ^1.4.2
21- functional_data_generator : ^0.2.5
22- sum_types_generator : ^0.2.1+2
23- test : ^1.9.4
19+ build_runner : ^1.7.0
20+ dependency_validator : ^1.4.0
21+ functional_data_generator : ^0.2.0
22+ sum_types_generator : ^0.2.0
23+ test : ^1.9.0
2424 test_coverage : ^0.4.0
You can’t perform that action at this time.
0 commit comments