- Fix issue where nested refs in the
queryparameter were not being resolved correctly, leading to wrong URL query strings
cleanSearchParamsfunction does not get correctly bundled in browser
- Track refs in the
queryparameter of composables automatically so that changes are reactive without manual intervention in the query parameters of the url
- Add
publish:dryscript to test package publishing without actually publishing - Only implement files and folders that should be included in the final package
- Clean documentation site
- Update package dependencies to latest versions
- Add private
useUsercomposable for user management - Add private
useAccessTokencomposable for access token management - Update package dependencies to latest versions
- Refactor package structure which did not render "dist" folder correctly
- Refactor project types
- Improve test coverage and reliability
- Update dependencies to latest versions
- Refactor src structure (removing index.ts)
- Refactor project structure for better maintainability
- Improve type definitions for TypeScript support
- Improve test coverage and reliability
- Update dependencies to latest versions
- Added VitePress for documentation site generation
- Initial release of the project
- Basic structure with a README and CHANGELOG