Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 847 Bytes

File metadata and controls

45 lines (33 loc) · 847 Bytes

📜 Changelog

All notable changes to this project will be documented here.


[1.0.0] - 2026-04-16

🎉 Initial Release

✨ Features

  • Cross-domain localStorage using iframe + postMessage
  • Works on static websites (no backend required)
  • Supports subdomain and multi-domain sharing

🔐 Modes

  • Subdomain mode (same root domain)
  • Restricted mode (whitelisted domains)
  • Open mode (token protected)

⚡ SDK Features

  • Promise-based API
  • JSON auto serialization
  • In-memory caching
  • Request queue system
  • Timeout handling

🧪 Demos

  • Subdomain demo
  • Multi-domain demo
  • Restricted demo
  • Open mode demo

🛠️ Build System

  • Custom minifier
  • Lightweight obfuscation
  • Multiple output builds

[Unreleased]

  • Encryption layer (planned)
  • Broadcast sync (planned)
  • TypeScript support (planned)