Skip to content

Files

Latest commit

a54ac5d Β· Jun 9, 2024

History

History
334 lines (176 loc) Β· 9.77 KB

CHANGELOG.md

File metadata and controls

334 lines (176 loc) Β· 9.77 KB

Changelog

v0.10.22

compare changes

πŸš€ Enhancements

  • Allow watch: false in useQuery (fbff0da)

🏑 Chore

  • Bump all non-major dependencies (c7329b0)
  • Use built-in h3 response helpers (3fc20fa)
  • Bump all non-major dependencies (262be27)
  • Remove unused res (b6c5668)

🎨 Styles

  • Update nuxt eslint config to flat (aed4d9c)

❀️ Contributors

v0.10.21

compare changes

🩹 Fixes

  • Types (06be8cb)
  • Add generic parameter to fix type error when using default option. (2d2834a)

🏑 Chore

  • Add ofetch as peer dependency (1f5aea6)

❀️ Contributors

v0.10.20

compare changes

🩹 Fixes

❀️ Contributors

v0.10.19

compare changes

🩹 Fixes

  • Fetch error types not being forwarded (e20dcda)

❀️ Contributors

v0.10.18

compare changes

πŸš€ Enhancements

🩹 Fixes

  • Stopped using internal types of trpc and nuxt (3e31581)

πŸ“– Documentation

🏑 Chore

  • Pass getters to watch property (5a0c33d)

❀️ Contributors

v0.10.17

compare changes

🩹 Fixes

  • Typings when using node16 (547af10)

πŸ“– Documentation

🏑 Chore

  • Remove queryKey in mutation (ad2c459)
  • Clean up abort controller logic (d2a1393)

❀️ Contributors

v0.10.15

compare changes

πŸš€ Enhancements

πŸ“– Documentation

  • Add useMutation example (93a27a6)

🏑 Chore

  • Add initial queryKey for useMutation (13234b9)

❀️ Contributors

v0.10.14

compare changes

πŸš€ Enhancements

πŸ“– Documentation

❀️ Contributors

v0.10.13

compare changes

πŸ“– Documentation

πŸ“¦ Build

❀️ Contributors

v0.10.12

compare changes

🩹 Fixes

  • Expect ofetch missing error response type (8f9e398)

πŸ’… Refactors

  • Explicitly copy headers to custom fetcher (0fec55a)

πŸ“– Documentation

πŸ“¦ Build

  • deps: Bump ofetch to 1.3.2 (092e349)

❀️ Contributors

v0.10.11

compare changes

🩹 Fixes

  • Add missing useLazyQuery type (299ae55)

πŸ“– Documentation

  • Bump @nuxt-themes/docus to 1.14.6 (f7eeb10)

❀️ Contributors

v0.10.10

compare changes

πŸš€ Enhancements

  • Add useLazyQuery composable (93cb442)

❀️ Contributors

v0.10.9

compare changes

πŸš€ Enhancements

  • Add custom query key option (f2bcf9b)

❀️ Contributors

v0.10.8

compare changes

πŸ’… Refactors

  • Use built-in getRequestURL from h3 instead of ufo (252f610)
  • Use stand-alone getErrorShape (3db0b31)

πŸ“– Documentation

  • Add handler param description (f86ebcd)

πŸ“¦ Build

❀️ Contributors

v0.10.7

compare changes

🩹 Fixes

  • Make useQuery return data nullable (120ebc5)

πŸ“– Documentation

  • Update Server Side Calls docs (1c638a8)

❀️ Contributors

v0.10.6

compare changes

🏑 Chore

  • deps:
    • Bump h3 to 1.7.1  -  by @wobsoriano (12d8c)
    • Bump ofetch to 1.1.1  -  by @wobsoriano (811a6)

v0.10.5

compare changes

πŸš€ Enhancements

  • Pass input to watched sources if it's a ref (892d167)

❀️ Contributors

v0.10.4

compare changes

πŸš€ Enhancements

πŸ“– Documentation

🏑 Chore

  • Remove engines property (e15a62a)

❀️ Contributors

v0.10.3

compare changes

πŸš€ Enhancements

  • Export createH3ApiHandler for h3 apps (18cd492)

❀️ Contributors