File tree Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 11## 1.5.2
22
33* Require Dart SDK ` >=2.1.0 ` .
4+ * Depend on latest ` test_core ` and ` test_api ` .
45
56## 1.5.1
67
Original file line number Diff line number Diff line change 11name : test
2- version : 1.5.2-dev
2+ version : 1.5.2
33author :
Dart Team <[email protected] > 44description : A full featured library for writing and running Dart tests.
55homepage : https://github.com/dart-lang/test/blob/master/pkgs/test
@@ -33,8 +33,8 @@ dependencies:
3333 web_socket_channel : ' ^1.0.0'
3434 yaml : ' ^2.0.0'
3535 # Use an exact version until the test_api and test_core package are stable.
36- test_api : ' 0.2.1 '
37- test_core : ' 0.2.0+ 1'
36+ test_api : ' 0.2.2 '
37+ test_core : ' 0.2.1'
3838
3939dev_dependencies :
4040 fake_async : ' >=0.1.2 <2.0.0'
Original file line number Diff line number Diff line change 11name : test_api
2- version : 0.2.2-dev
2+ version : 0.2.2
33author :
Dart Team <[email protected] > 44description : A library for writing Dart tests.
55homepage : https://github.com/dart-lang/test/blob/master/pkgs/test_api
Original file line number Diff line number Diff line change 11## 0.2.1
22
33* Require Dart SDK ` >=2.1.0 ` .
4+ * Require latest ` test_api ` .
45
56## 0.2.0
67
Original file line number Diff line number Diff line change 11name : test_core
2- version : 0.2.1-dev
2+ version : 0.2.1
33author :
Dart Team <[email protected] > 44description : A basic library for writing tests and running them on the VM.
55homepage : https://github.com/dart-lang/test/blob/master/pkgs/test_core
@@ -31,7 +31,7 @@ dependencies:
3131 # properly constrains all features it provides.
3232 matcher : ' >=0.12.3 <0.12.4'
3333 # Use an exact version until the test_api package is stable.
34- test_api : ' 0.2.1 '
34+ test_api : ' 0.2.2 '
3535
3636dev_dependencies :
3737 fake_async : ' >=0.1.2 <2.0.0'
You can’t perform that action at this time.
0 commit comments