Commit Graph

12 Commits

Author SHA1 Message Date
66d6a98ac4 feat: enhance configuration handling and add type definitions for query and URL serializers 2026-03-02 00:13:29 -05:00
8cf5bfd9ec feat: add unit tests for parseUrl function to validate URL parsing logic 2026-02-22 20:19:12 -05:00
d2dbb6f93e feat: refine FluentUrl class and enhance URL serializer with improved parsing logic 2026-02-22 20:10:42 -05:00
80065fee88 feat: add type definitions for FluentUrl and related serializers 2026-02-22 18:02:50 -05:00
c22c6309b8 feat: enhance type definitions and import structure across modules 2026-02-22 17:47:55 -05:00
0ce2d8a512 feat: enhance configuration and options handling with merge functions 2026-02-22 16:52:13 -05:00
f01755fda9 feat: implement FluentUrl class with configuration and options normalization 2026-02-22 16:42:34 -05:00
03f30ecbcd feat: update TypeScript version and refine tsconfig settings 2026-02-22 16:40:11 -05:00
e0808de270 feat: implement deepClone function for deep cloning of objects and arrays 2026-02-20 23:25:15 -05:00
4417b7ade9 fix: update TypeScript configuration for correct root directory and test exclusion 2026-02-20 23:16:59 -05:00
19ef9042ce feat: initialize TypeScript configuration and Vitest setup
- Add pnpm workspace configuration to specify built dependencies.
- Create tsconfig.json for TypeScript compiler options and module resolution.
- Add tsconfig.build.json for build-specific TypeScript settings.
- Set up Vitest configuration with path aliasing for testing.
2026-02-19 23:24:52 -05:00
19276dff4d Init project 2026-02-19 20:36:27 -05:00