Releases: nassiry/kando-storage
Releases · nassiry/kando-storage
v4.0.0
Added
- Fallback memory storage improvement for environments without
localStorageorsessionStorage - TypeScript support with improved type inference (
<T>generic return) CONTRIBUTING.mdfile for contributors- Linting and formatting scripts (
eslint,prettier) - New tests for edge cases, expiration logic, and nested data manipulation
Changed
- Improved session expiration handling and internal cleanup logic
- Restructured test suite for better clarity and separation of concerns
- Updated internal storage handler for stricter key path evaluation
Removed
- Dropped unnecessary or unreliable timer-based tests in favor of real browser behavior
This release improves type safety, Node.js support, and maintainability. Great for both browser and server-side use cases.