-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
``` |