Closed paoloricciuti closed 11 months ago
Latest commit: 54e18054751d59d457d7299ec7f6e28637d848d8
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Name | Link |
---|---|
Latest commit | 54e18054751d59d457d7299ec7f6e28637d848d8 |
Latest deploy log | https://app.netlify.com/sites/sveltekit-search-params/deploys/657a2b485ea2e40008142c2f |
Deploy Preview | https://deploy-preview-52--sveltekit-search-params.netlify.app/ |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
The project underwent a series of updates, including configuration tweaks for ESLint, Prettier, GitHub Actions, and Vite, as well as changes to issue templates and code of conduct. New Svelte components and TypeScript declarations were added, and existing code and tests were modified, suggesting a focus on enhancing functionality, code quality, and developer experience.
Files | Summary |
---|---|
.changeset/README.md , playground/README.md |
Removed documentation references. |
.changeset/config.json , .github/workflows/release.yml |
Minor formatting changes. |
.eslintrc.cjs , .prettierrc.json , playground/.npmrc , playground/vite.config.ts , svelte.config.js , vite.config.ts |
Updated configurations. |
.github/ISSUE_TEMPLATE/... , CODE_OF_CONDUCT.md |
Updated issue templates and code of conduct. |
.github/workflows/run-tests.yml , playwright.config.ts |
Introduced new workflow and test configurations. |
playground/.gitignore |
Added new ignore patterns. |
playground/src/app.d.ts , playground/src/routes/+layout.svelte , playground/src/routes/+page.svelte , playground/src/routes/queryparameters/+page.svelte |
Added new components and TypeScript declarations. |
playground/src/app.html , playground/src/lib/index.ts , src/app.html , src/assets/fonts.css , src/lib/index.ts , src/lib/lz-string/index.js , src/lib/plugin.ts , src/lib/sveltekit-search-params.ts , src/routes/+layout.server.ts , tests/extends.ts , tests/index.test.ts |
Modified code and tests. |
πβ¨ In the code's burrow, beneath the moon's glow, Changes abound, in files high and low. A rabbit's delight, as updates take flight, Code hops along, now tidy and tight. ππ
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on X ?
WIP of the derived rework
This will use derived instead of the home made derived i made when working on this. I've also decided to write a proper test suite so that i can avoid regressions given this is a decent enough rework.
Summary by CodeRabbit
Documentation
New Features
Refactor
Style
Chores
Bug Fixes
Tests