Skip to content

Latest commit

 

History

History
142 lines (90 loc) · 7.28 KB

CHANGELOG.md

File metadata and controls

142 lines (90 loc) · 7.28 KB

Changelog

v0.0.5

compare changes

🩹 Fixes

  • Add truncation to query key in QueryListItem (6eb9c87)
  • Change package ecosystem for Dependabot (06175fa)
  • Exclude 'meta' and private keys from query options (7ca86de)
  • Update build script to include preparation step (321b709)

📦 Build

  • deps-dev: Bump @unocss/nuxt from 65.5.0 to 66.0.0 (77a0342)
  • deps-dev: Bump vitest from 3.0.7 to 3.0.8 (57dc06d)
  • deps: Bump splitpanes from 3.1.8 to 4.0.0 (36062b5)
  • deps-dev: Bump changelogen from 0.5.7 to 0.6.1 (9a412ab)

🏡 Chore

  • Update dependencies to latest versions (edd5f89)
  • Add Dependabot configuration for weekly updates (50bdf23)

❤️ Contributors

v0.0.4

compare changes

🚀 Enhancements

  • Add restore and loading triggers function to DevTools actions (2d9c8ff)
  • Handle updates in observers (17b667c)

📖 Documentation

  • Update README to reflect correct package name (ca8a5d6)

❤️ Contributors

v0.0.3

compare changes

🚀 Enhancements

  • Rename package to @peterbud/nuxt-query (9d00f5c)
  • Add publishConfig for public access in package.json (6835619)

🏡 Chore

❤️ Contributors

v0.0.2

compare changes

🚀 Enhancements

  • Rename package to @peterbud/nuxt-query (9d00f5c)

❤️ Contributors

v0.0.1

🚀 Enhancements

  • Add initial configuration and components (010b981)
  • Implement QueryListItem component add basic query display (632a61c)
  • Add query client options to module (bbaa55a)
  • Add more Vue QUery state information (3e09912)
  • Enable using hooks for defining complex QueryClient, improved query display (ca1b0ea)
  • Improve query change handling (0fadcfc)
  • Implement user selection and posts fetching in playground (5a85bb4)
  • Integrate vue-json-pretty for query data visualization (37a7200)
  • Add logging for module setup (a922363)
  • Add mutation functionality to playground (a7e7b60)
  • Enhance query status display with color coding (55775fa)
  • Add meta information display to selected query (fbdbda0)
  • Update build scripts with client generation and release process (1bf9f80)
  • Add action buttons for refetch, invalidate, and reset in query overview (60611c4)
  • Add options display for selected query and trigger error (01f1463)
  • Update README and enhance Vue Query page styling (1281028)
  • Add image for Nuxt DevTools in README (72dad68)
  • Update package description and add keywords in package.json (1a2763d)

🩹 Fixes

  • Change default autoImports (ff3e54d)
  • Update TypeScript version and add sirv dependency (7f8d825)
  • Update package links in README to reflect new namespace (320f327)
  • Update CI workflow to use 'pnpm build' (3db01f2)

💅 Refactors

  • Simplify QueryListItem component and update query state handling (273df47)
  • Clean up unused code and add query filtering logic (8975473)

📖 Documentation

  • Update README (0f9aa18)
  • Update README for module installation and configuration instructions (3a64182)
  • Update installation command in README and add @tanstack/vue-query dependency (36d34d0)
  • Enhance README with updated feature descriptions and installation options (e01f624)

📦 Build

  • Upgrade to latest module-builder and drop cjs support (920e3e3)

🏡 Chore

  • Initialize Nuxt Query module with basic setup and configurations (142d8d4)
  • Update package.json with new version, description, and repository details (f7526dd)

🤖 CI

  • Update CI workflow with simplified build steps (42b3200)
  • Add testing step to CI workflow (15dc4dd)
  • Use latest corepack (82aea9b)
  • Switch corepack installation from pnpm to npm (0595020)
  • Set package manager to [email protected] (3cfcffa)
  • Add matrix strategy for cross-platform CI runs (3b36359)
  • Force install latest corepack version (93067b5)

❤️ Contributors