Skip to content

1.9.2

Latest

Choose a tag to compare

@Luuk-Dev Luuk-Dev released this 03 Sep 14:27
· 2 commits to main since this release
51a6cc6

1.9.2

New features:

  • Import ValueSaver from Map
  • Convert ValueSaver to Map

Changes:

  • Save function returns a Promise which will be fulfilled once the ValueSaver has successfully been saved
  • Removing all saves function returns a Promise which will be fulfilled once all the ValueSaver have successfully been removed
  • Import function returns a Promise which will be fulfilled once the ValueSaver has successfully been imported

Bugs patches:

  • When an error was thrown while the ValueSaver was being saved would reset the save
  • When a ValueSaver couldn't be found would throw an error when recreating it
  • When importing a ValueSaver without a correct structure would throw an error