Roadmap
Future ideas for localstorage-platform beyond the current 1.x scope.
Overview
Version 1.x focuses on a small browser storage foundation: namespaces, metadata, TTL, optional encryption, and group-based cleanup.
Why
The README lists possible future directions for the library. They are not current APIs, so they are documented here as roadmap items only.
How it works
Current 1.x scope:
StorageManagerCleanupManager- Namespaces
- Metadata
- TTL
- Optional encryption
- Group cleanup
Future versions may include:
- Session Storage support
- IndexedDB adapter
- Memory storage adapter
- Storage drivers
- Compression
- Data migrations
- Synchronization
- React hooks
Usage
Use the rest of the docs for current behavior. Treat this page as directional, not as an API reference.
Best Practices
- Keep docs synchronized with exported APIs.
- Keep roadmap items separate from guides and API pages.
- Prefer documenting shipped behavior over speculative examples.
Common Mistakes
- Treating roadmap pages as API guarantees.
- Building against roadmap items before they exist in the package.