sveltekit-search-params icon indicating copy to clipboard operation
sveltekit-search-params copied to clipboard

Split out the ssp definitions

Open gwax opened this issue 4 months ago • 3 comments

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.

gwax avatar Oct 02 '24 07:10 gwax