v2.1.0
Full Changelog: v2.0.0...v2.1.0
Some highlights:
- added more tests, including integration test on test.wikidata.org and browser tests
- added the ability to use different wikidata servers
- worked on the GitHub ci
Bring your own Axios
It's not possible to directly edit wikidata from the browser. So you would always need to proxy the request through something of a server.
I made this possible by letting you provide your own custom Axios implementation.
I've made https://github.com/wvanderp/axios-over-http to simplified this if you are using node and express on the backend