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 11# Changelog of ` @reason-react-native/fetch-blob `
22
3- ## X.Y.Z - 2019-XX-XX
3+ ## 0.12.0 - 2020-11-07
44
5- Initial release.
5+ Initial release. Incomplete bindings.
Original file line number Diff line number Diff line change 99
1010Exposed as ` ReactNativeFetchBlob ` module.
1111
12+ ** ⚠️ Incomplete bindings!**
13+
1214` @reason-react-native/fetch-blob ` X.y.\* means it's compatible with
1315` rn-fetch-blob ` X.y.\*
1416
@@ -42,17 +44,7 @@ yarn add @reason-react-native/fetch-blob
4244
4345## Usage
4446
45- ### Types
46-
47- #### ` ReactNativeFetchBlob.t `
48-
49- ...
50-
51- ### Methods
52-
53- #### ` ReactNativeFetchBlob.method `
54-
55- ...
47+ @todo
5648
5749---
5850
Original file line number Diff line number Diff line change 11{
22 "name" : " @reason-react-native/fetch-blob" ,
3- "version" : " 0.11.2 " ,
3+ "version" : " 0.12.0 " ,
44 "publishConfig" : {
55 "access" : " public"
66 },
77 "peerDependencies" : {
8- "rn-fetch-blob" : " ^0.11.2 "
8+ "rn-fetch-blob" : " ^0.12.0 "
99 },
1010 "repository" : " https://github.com/reason-react-native/fetch-blob.git" ,
1111 "license" : " MIT" ,
3232 "re:clean-build" : " bsb -clean-world -make-world" ,
3333 "start" : " yarn re:start" ,
3434 "build" : " yarn re:build" ,
35- "test" : " yarn re:clean-build"
35+ "test" : " yarn re:clean-build" ,
36+ "release" : " npmpub"
3637 },
3738 "devDependencies" : {
38- "bs-platform" : " ^8.0 .0" ,
39+ "bs-platform" : " ^8.2 .0" ,
3940 "husky" : " ^4.0.0" ,
4041 "lint-staged" : " ^10.0.0" ,
42+ "npmpub" : " ^5.0.0" ,
4143 "prettier" : " ^2.0.0"
4244 },
4345 "prettier" : {
You can’t perform that action at this time.
0 commit comments