This repository was archived by the owner on Jun 1, 2020. It is now read-only.
v2.0.0
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