Skip to content

v0.13.0

Latest
Compare
Choose a tag to compare
@Norbiros Norbiros released this 19 Jul 17:41
· 1 commit to main since this release

🚨 Highlights

New nuxt-open-fetch docs are available at nuxt-open-fetch.norbiros.dev.

Thanks to @Eschricht, there is a new system for customizing your fetch calls - Nuxt Hooks. This is the recommended way to implement custom and not very complex modifications like adding auth headers, logging errors, showing toasts, etc.

Plugins are and will be still available, so there are no breaking changes in this release.

🚀 Enhancements

  • Do not require type stubs on install (7622068)

  • Add contributors to package.json (3dfb1a8)

  • Add Nuxt runtime hooks for fetch client hooks (9bb2cde)

  • ci: Add CI configuration for linting and testing (cc3e587)

  • Watch schemas directory in development mode (f88f2fb)

  • Add major release script to package.json (840ac40)

🩹 Fixes

  • docs: Add missing better-sqlite3 (ecddddf)

  • docs: Update link to Nuxt hooks in custom client documentation (155255a)

  • ci: Temporary disable test checks (368ace8)

  • Resolve a lot of TypeScript issues (9388a9c)

  • Add TypeScript type checking to the release script (69fc9f4)

🏡 Chore

  • docs: Update to Nuxt UI & Nuxt Content v3 (77b6599)

  • Update dependencies + Nuxt v4 (8a6e11b)

  • Run formatter (9658c46)

❤️ Contributors