Skip to content

Releases: pklaschka/xd-storage-helper

v1.2.3

30 Dec 20:41
ec3c3c9

Choose a tag to compare

  • fixed CI tests

v1.2.2

04 Dec 13:34
0c149dd

Choose a tag to compare

  • updated dependencies

v1.2.1

09 Jun 08:18

Choose a tag to compare

  • Fixed issues with typescript definitions

v1.2.0

25 Jan 08:39

Choose a tag to compare

  • Added Typescript definitions
  • Enhanced performance in reading operations (storageHelper.get() now doesn't read the file again if it's been read before)

v1.1.5

03 Dec 18:12

Choose a tag to compare

  • Added docs for storageHelper.delete(key)
  • Added .npmignore to minify the package distributed through npm

v1.1.4

03 Dec 17:48

Choose a tag to compare

  • Added storageHelper.delete(key) to delete a single key-value-pair from storage
  • Fixed a pretty severe bug that had caused the helper to fail to save to a file before (sorry about that)
  • Added Unit Testing and CI to make sure things like the above won't happen again

v1.0.1

28 Oct 10:12
654498d

Choose a tag to compare

  • fixed a minor bug
  • added minified version to release

Initial Release

28 Oct 10:03
70ed8d6

Choose a tag to compare

v1.0.0

Update storage-helper.js