| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Deploying feathers-utils with
|
| Latest commit: | de7792b |
| Status: | ✅ Deploy successful! |
| Preview URL: | https://356c3372.feathers-utils.pages.dev |
| Branch Preview URL: | https://feat-new-util-pass-params.feathers-utils.pages.dev |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This pull request introduces a new utility, passParams, which provides a declarative and safe way to select or project relevant params keys for cache keys, and integrates it into the cache hook to prevent dangerous cache key collisions and wasteful misses. The documentation and tests for the cache hook have been significantly improved to guide users in safely choosing cache-relevant params. Additional improvements include upgrades to development dependencies and workspace configuration.
Key changes:
New Utility: passParams
Integration with Cache Hook
Dependency and Workspace Updates
These changes make caching safer and more predictable, and provide clear tools and guidance for developers to avoid subtle and dangerous cache bugs.