Skip to content

Commit

Permalink
0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Nov 6, 2020
1 parent e298c53 commit 33a2443
Show file tree
Hide file tree
Showing 4 changed files with 617 additions and 39 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog of `@reason-react-native/fetch-blob`

## X.Y.Z - 2019-XX-XX
## 0.12.0 - 2020-11-07

Initial release.
Initial release. Incomplete bindings.
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

Exposed as `ReactNativeFetchBlob` module.

**⚠️ Incomplete bindings!**

`@reason-react-native/fetch-blob` X.y.\* means it's compatible with
`rn-fetch-blob` X.y.\*

Expand Down Expand Up @@ -42,17 +44,7 @@ yarn add @reason-react-native/fetch-blob

## Usage

### Types

#### `ReactNativeFetchBlob.t`

...

### Methods

#### `ReactNativeFetchBlob.method`

...
@todo

---

Expand Down
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@reason-react-native/fetch-blob",
"version": "0.11.2",
"version": "0.12.0",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"rn-fetch-blob": "^0.11.2"
"rn-fetch-blob": "^0.12.0"
},
"repository": "https://github.com/reason-react-native/fetch-blob.git",
"license": "MIT",
Expand All @@ -32,12 +32,14 @@
"re:clean-build": "bsb -clean-world -make-world",
"start": "yarn re:start",
"build": "yarn re:build",
"test": "yarn re:clean-build"
"test": "yarn re:clean-build",
"release": "npmpub"
},
"devDependencies": {
"bs-platform": "^8.0.0",
"bs-platform": "^8.2.0",
"husky": "^4.0.0",
"lint-staged": "^10.0.0",
"npmpub": "^5.0.0",
"prettier": "^2.0.0"
},
"prettier": {
Expand Down
Loading

0 comments on commit 33a2443

Please sign in to comment.