Skip to content
This repository was archived by the owner on Jun 1, 2020. It is now read-only.

Releases: EdJoPaTo/wikidata-entity-store

v3.0.0

06 May 16:13
4e80f47

Choose a tag to compare

  • refactor: adapt to current standards 3b5057a
  • refactor: use Record instead of Dictionary 30e64f6

BREAKING CHANGE: requires at least NodeJS 10

v2.0.1...v3.0.0

v2.0.1

30 Sep 15:23
afc81f9

Choose a tag to compare

  • fix: updateQNumbers wasnt comparing timestamps 524479c

v2.0.0...v2.0.1

v2.0.0

26 Sep 13:03
86b3e00

Choose a tag to compare

Allow to update items when they are "old".

updateQNumbers can be used regularly to update items partially (per default the 60% oldest items per call). This can be useful for upgrading over time. 6afa996

loadQNumbers can be used with a timestamp. If an item is older than the timestamp it will be updated. 66b8dd9

BREAKING CHANGES: Interface of the option entityStore changed. Before it was a Map. Now its an own type including the lastUpdate time. This type honours @edjopato/datastore KeyValue Interfaces and can be easily used with them.

  • fix: add same key/value pair multiple times fbb8f67

v1.1.0...v2.0.0

v1.1.0

11 Jun 23:17
a3d2347

Choose a tag to compare

  • feat: add addResourceKeyYaml f03e198

v1.0.0...v1.1.0

v1.0.0

27 May 16:47
7961f8e

Choose a tag to compare

Initial release