Skip to content

Releases: EdJoPaTo/telegraf-wikibase

v0.13.0

31 Jul 19:41
0fe601f
Compare
Choose a tag to compare

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.

v0.12.0

11 Jan 21:03
Compare
Choose a tag to compare

BREAKING CHANGE: requires Node.js 18 and ES modules

v0.11.0...v0.12.0

v0.11.0

04 Aug 06:33
Compare
Choose a tag to compare
  • feat: update wikidata-entity-reader to v3.0.0 6a88a82

v0.10.2...v0.11.0

v0.10.2

23 Jul 10:18
Compare
Choose a tag to compare
  • build(npm): remove peer dependency for telegraf cc4f34b
  • test: test with grammy 8103fa1
  • housekeeping

v0.10.1...v0.10.2

v0.10.1

16 Jan 12:54
26b7ad7
Compare
Choose a tag to compare
  • refactor: adapt to telegraf v3.38 and v4 2be9378

v0.10.0...v0.10.1

v0.10.0

04 Jan 19:23
7cf305e
Compare
Choose a tag to compare
  • Revert "refactor: use yamlToObjectPathRecord" 23bd395
  • refactor(xo): adapt to new xo rules 4b808b8

BREAKING CHANGE: error is now correctly 'unknown' (was any)
see 4b808b8

v0.9.1...v0.10.0

v0.9.1

05 Oct 13:18
682a74c
Compare
Choose a tag to compare
  • refactor: use yamlToObjectPathRecord fbfcb40

v0.9.0...v0.9.1

v0.9.0

22 Aug 19:14
50b5a1f
Compare
Choose a tag to compare
  • feat: context reader function can override language 5a666ed

v0.8.0...v0.9.0

v0.8.0

21 Jun 21:09
fcb6426
Compare
Choose a tag to compare
  • feat: add method startRegularResourceKeyUpdate b1ea90f
  • feat: configurable ttl and new default of 6h baa67d3

v0.7.0...v0.8.0

v0.7.0

20 Jun 14:52
3f9a93a
Compare
Choose a tag to compare
  • feat: hint store without ttl support da6030d
  • refactor: move store to options ce30843

BREAKING CHANGE: constructor changed ce30843

v0.6.0...v0.7.0