Skip to content

Latest commit

 

History

History
242 lines (126 loc) · 6.94 KB

CHANGELOG.md

File metadata and controls

242 lines (126 loc) · 6.94 KB

Changelog

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