Skip to content

v2.1.0

Compare
Choose a tag to compare
@wvanderp wvanderp released this 31 Dec 00:31
· 20 commits to main since this release

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