Skip to content

Add batch storage operations, subscriptions, and functional API#13

Merged
atldays merged 9 commits into
mainfrom
develop
Jul 18, 2026
Merged

Add batch storage operations, subscriptions, and functional API#13
atldays merged 9 commits into
mainfrom
develop

Conversation

@atldays

@atldays atldays commented Jul 18, 2026

Copy link
Copy Markdown
Member

No description provided.

github-actions Bot and others added 9 commits May 4, 2026 21:25
- add multi-key overloads for get, set, and update
- add subscribe with FIFO event formatting and keep watch as a per-key projection
- align Storage, SecureStorage, and MonoStorage locking, corruption, recovery, and no-op semantics
- introduce strict physical-key decoding and explicit SecureStorage legacy migration
- cover runtime, type-level, locking, codec, React, and batch-planner behavior

BREAKING CHANGE: set rejects undefined, and flat keys or namespaces containing ":" are rejected.
Unnamespaced SecureStorage keys now use secure::<key> instead of secure:<key>, so legacy
ciphertext requires explicit raw migration. Listener data or corruption errors now terminate the
affected registration and surface asynchronously.
- treat breaking commits as minor releases on 0.x and major releases on 1.x
- recognize bang syntax, parser flags, notes, and breaking footers consistently
- preserve the minor release policy for revert commits
- add focused release-policy tests and contributor documentation
- move the Web Locks implementation and tests into src/locking
- add a locking barrel and re-export built-in lockers from the package root
- keep WebLockManager as the default locker for storage providers
- document the built-in implementation and verify its public type export

BREAKING CHANGE: LockManager is now exported as WebLockManager. Update package-root imports to
use WebLockManager; the old LockManager alias is not retained.
- add default state generics across providers, factories, and related public types
- preserve strict schema typing while documenting the loose playground mode
- cover genericless and typed usage with compile-time assertions
- add one-shot get/set and provider factories for all storage areas
- support secure and mono providers through typed overloads
- document provider reuse and cover runtime and type contracts
- make functional helpers and storage-area selection the primary onboarding path
- consolidate class, batch, locking, watch, secure, and MonoStorage documentation
- clarify provider scope, recovery behavior, public errors, and runtime limits
Highlight the functional API, type safety, batch operations,
encryption, and subscriptions in npm package metadata.
@atldays
atldays merged commit 8a72c7a into main Jul 18, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant