Conversation
- 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.