From 877d5206fa5325b9525e94d300928dfb85504d40 Mon Sep 17 00:00:00 2001 From: Franco Rondini Date: Sat, 11 May 2019 08:24:53 +0200 Subject: [PATCH] fix #2 +changelog --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..70ee00a --- /dev/null +++ b/CHANGELOG.md @@ -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", +```