Skip to content

Latest commit

 

History

History
66 lines (40 loc) · 1.71 KB

File metadata and controls

66 lines (40 loc) · 1.71 KB

Version 2.1.2 (2025-10-26)

Bug Fixes

  • Fix issue where nested refs in the query parameter were not being resolved correctly, leading to wrong URL query strings

Version 2.1.1 (2025-10-26)

Features

  • cleanSearchParams function does not get correctly bundled in browser

Version 2.1.0 (2025-10-26)

Features

  • Track refs in the query parameter of composables automatically so that changes are reactive without manual intervention in the query parameters of the url

Version 2.00.1 (2025-10-25)

Features

  • Add publish:dry script to test package publishing without actually publishing
  • Only implement files and folders that should be included in the final package

Version 2.00.0 (2025-10-25)

Features

  • Clean documentation site
  • Update package dependencies to latest versions

Version 2.00.0-beta.2 (2025-10-23)

Features

  • Add private useUser composable for user management
  • Add private useAccessToken composable for access token management
  • Update package dependencies to latest versions

Version 2.00.0-beta.1 (2025-10-23)

Features

  • 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)

Version 2.00.0-alpha.1 (2025-10-15)

Features

  • 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

Version 1.00.0 (2025-07-08)

Features

  • Initial release of the project
  • Basic structure with a README and CHANGELOG