Releases: ossplz/typed-storage
Releases · ossplz/typed-storage
2.1.0 Improved customizability
Pure
VM References
Updated to simple-mapper 1.2.0.
Features
- Uses types from TypedStorageKey(type, name). View model barrels no longer needed.
- If using view model barrels, TypedStorageKeys can now take view model name strings for their first parameter.
- Added Number and Date builtins. TypedStorageKey(Date, name) and TypedStorageKey(Number, name2) now work as you would hope.
Misc/Bug fixes
- Updated and expanded documentation accordingly.
Initial release
1.0.3 Adding a couple missed tests, bumping version.