Skip to content

Commit

Permalink
fix #2 +changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rondinif committed May 11, 2019
1 parent 7f496d8 commit 877d520
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 1.0.1
## 1.0.1 BUG FIX
### fixed CORS disabled in Chrome breaks the operation od the service
`src/lib/OpenDataLogicAgent.mjs::getPromiseOfWikiDataApiActionQuerySearchByName` now has support for `cors` and fixes
```
has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
```

# 1.0.0
First working draft

``` bash
npm i rondinif/phytojs --save
```

check dependencies in `package.json`
``` json
"dependencies": {
"@rondinif/phytojs": "github:rondinif/phytojs",
```

0 comments on commit 877d520

Please sign in to comment.