File tree Expand file tree Collapse file tree 4 files changed +617
-39
lines changed Expand file tree Collapse file tree 4 files changed +617
-39
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog of ` @reason-react-native/fetch-blob `
2
2
3
- ## X.Y.Z - 2019-XX-XX
3
+ ## 0.12.0 - 2020-11-07
4
4
5
- Initial release.
5
+ Initial release. Incomplete bindings.
Original file line number Diff line number Diff line change 9
9
10
10
Exposed as ` ReactNativeFetchBlob ` module.
11
11
12
+ ** ⚠️ Incomplete bindings!**
13
+
12
14
` @reason-react-native/fetch-blob ` X.y.\* means it's compatible with
13
15
` rn-fetch-blob ` X.y.\*
14
16
@@ -42,17 +44,7 @@ yarn add @reason-react-native/fetch-blob
42
44
43
45
## Usage
44
46
45
- ### Types
46
-
47
- #### ` ReactNativeFetchBlob.t `
48
-
49
- ...
50
-
51
- ### Methods
52
-
53
- #### ` ReactNativeFetchBlob.method `
54
-
55
- ...
47
+ @todo
56
48
57
49
---
58
50
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @reason-react-native/fetch-blob" ,
3
- "version" : " 0.11.2 " ,
3
+ "version" : " 0.12.0 " ,
4
4
"publishConfig" : {
5
5
"access" : " public"
6
6
},
7
7
"peerDependencies" : {
8
- "rn-fetch-blob" : " ^0.11.2 "
8
+ "rn-fetch-blob" : " ^0.12.0 "
9
9
},
10
10
"repository" : " https://github.com/reason-react-native/fetch-blob.git" ,
11
11
"license" : " MIT" ,
32
32
"re:clean-build" : " bsb -clean-world -make-world" ,
33
33
"start" : " yarn re:start" ,
34
34
"build" : " yarn re:build" ,
35
- "test" : " yarn re:clean-build"
35
+ "test" : " yarn re:clean-build" ,
36
+ "release" : " npmpub"
36
37
},
37
38
"devDependencies" : {
38
- "bs-platform" : " ^8.0 .0" ,
39
+ "bs-platform" : " ^8.2 .0" ,
39
40
"husky" : " ^4.0.0" ,
40
41
"lint-staged" : " ^10.0.0" ,
42
+ "npmpub" : " ^5.0.0" ,
41
43
"prettier" : " ^2.0.0"
42
44
},
43
45
"prettier" : {
You can’t perform that action at this time.
0 commit comments