Skip to content

v0.13.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jul 19:41
· 22 commits to main since this release
0fe601f

Update wikidata-entity-reader to v4 and wikibase-sdk to v9

This has the benefit of full access to Entity rather than SimplifiedEntity.
As a downside the API changes slightly (you probably want to use claimValues() instead of claims() now) and the memory consumption is larger as full Entity objects are stored now.

Also reexport WikidataEntityReader for easier usage without another dependency which could have an incompatible version otherwise.