File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.13.0
2
+
3
+ * Stable null safety release.
4
+
1
5
## 0.13.0-nullsafety.0
2
6
3
7
* Migrate to null safety.
Original file line number Diff line number Diff line change 1
1
name : http
2
- version : 0.13.0-nullsafety.0
2
+ version : 0.13.0
3
3
homepage : https://github.com/dart-lang/http
4
4
description : A composable, multi-platform, Future-based API for HTTP requests.
5
5
6
6
environment :
7
7
sdk : ' >=2.12.0-0 <3.0.0'
8
8
9
9
dependencies :
10
- http_parser : ^4.0.0-nullsafety
11
- meta : ^1.3.0-nullsafety.3
12
- path : ^1.8.0-nullsafety.1
13
- pedantic : ^1.10.0-nullsafety
10
+ http_parser : ^4.0.0
11
+ meta : ^1.3.0
12
+ path : ^1.8.0
13
+ pedantic : ^1.10.0
14
14
15
15
dev_dependencies :
16
- shelf : any
16
+ shelf : ^1.0.0-nullsafety.0
17
17
test : ^1.16.0-nullsafety.4
18
-
19
- dependency_overrides :
20
- shelf :
21
- git : git://github.com/dart-lang/shelf.git
You can’t perform that action at this time.
0 commit comments