sveltekit-search-params
sveltekit-search-params copied to clipboard
Split out the ssp definitions
I was looking to offer another ssp definition but I was worried the main file was getting a bit too large, so I split the existing definitions out first.
Summary by CodeRabbit
-
New Features
- Introduced a new encoding and decoding module with various options for numbers, booleans, strings, objects, arrays, and LZ compression.
- Added new type definitions for enhanced type safety and configurability in encoding/decoding and storage functionalities.
-
Bug Fixes
- Streamlined the export structure for better clarity and organization.
-
Chores
- Updated ESLint configuration to allow the use of
any
type in TypeScript without linting errors. - Removed redundant functions and type definitions to simplify the codebase while maintaining core functionality.
- Updated ESLint configuration to allow the use of