All notable changes to this project will be documented here.
- Cross-domain localStorage using iframe + postMessage
- Works on static websites (no backend required)
- Supports subdomain and multi-domain sharing
- Subdomain mode (same root domain)
- Restricted mode (whitelisted domains)
- Open mode (token protected)
- Promise-based API
- JSON auto serialization
- In-memory caching
- Request queue system
- Timeout handling
- Subdomain demo
- Multi-domain demo
- Restricted demo
- Open mode demo
- Custom minifier
- Lightweight obfuscation
- Multiple output builds
- Encryption layer (planned)
- Broadcast sync (planned)
- TypeScript support (planned)