Changelog
← Back to WebPrefs
v0.2.0 May 27, 2026
- Added a full Events system with 6 subscribable Actions:
- OnKeySaved(string key)
- OnKeyDeleted(string key)
- OnDataCleared
- OnDataRestored
- OnSaveFailed
- OnStorageFull
- Added GetKeyType(string key) - Returns the Type a key was saved as, or null if not found.
- Added GetAllKeys() - Returns a string array of all currently saved keys.
- Fixed import errors from missing meta files.
v0.1.3 May 27, 2026
- Added simple Load() method to fallback to string.
- Added automatic backup reloading every 30 seconds.
- Very minor other tweaks.
v0.1.2 May 26, 2026
- Added XML tags for documentation.
- Fixed a major bug with deleting keys.
- Fixed a minor bug with parsing saved float values.
v0.1.1 May 25, 2026
- Fixed crucial bugs, first public release.
v0.1.0 May 25, 2026
- No changes, built core package.