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