Skip to content

Releases: Norbiros/nuxt-open-fetch

v0.13.7

23 Nov 11:00

Choose a tag to compare

compare changes

🩹 Fixes

  • Resolve eslint conflicts (2391360)

💅 Refactors

  • Replace deprecated toMatchTypeOf (0f8029b)

🏡 Chore

  • Fix vitest types test setup (bc60e62)
  • docs: Update deps & migrate to @nuxt/ui v4 (f8c067d)

❤️ Contributors

v0.13.6

12 Oct 07:15

Choose a tag to compare

compare changes

🚀 Enhancements

  • Create online playground on stackblitz (3b8d78f)
  • Add bodySerializer option (2a26938)

📖 Documentation

  • Add bodySerializer option (ff96890)

❤️ Contributors

v0.13.5

08 Sep 14:22
44199d4

Choose a tag to compare

compare changes

🩹 Fixes

  • Properly resolve paths in openapiTS code caching on Windows (44199d4)

❤️ Contributors

v0.13.4

31 Aug 16:07

Choose a tag to compare

compare changes

🔥 Performance

  • Cache generated openapiTS type templates (0a962d5)

❤️ Contributors

v0.13.3

29 Aug 09:10

Choose a tag to compare

compare changes

🚀 Enhancements

  • Allow defining the Accept header to filter return type (60b5d10)

🩹 Fixes

  • Restrict acceptable media types in accept to declared ones (28edbb6)

📖 Documentation

  • Add bun installation instructions (e668e4f)
  • Add accept parameter in individual function documentation (20ee778)
  • Properly mention how to use the runtime config (#107)

🏡 Chore

  • Use github alerts in README.md (3b182a1)

❤️ Contributors

v0.13.2

09 Aug 13:47

Choose a tag to compare

compare changes

🚀 Enhancements

  • Support .yml file extension (#102)

🩹 Fixes

  • docs: Correct how to create custom client with hooks (72323ae)
  • Properly handle header property in $fetch composable (#79)

📖 Documentation

  • Update options table in configuration docs (d6cca1b)

🏡 Chore

  • Update the docs website url (e70f7eb)

❤️ Contributors

v0.13.1

23 Jul 16:35

Choose a tag to compare

compare changes

🚨 Improtant information

If you are using a custom open fetch plugin and want to use the hooks feature, update your code to include nuxtApp's hooks:

-        }), localFetch, name)
+        }), localFetch, name, nuxtApp.hooks)

🩹 Fixes

  • Properly import methods in fetch.ts (#101)

❤️ Contributors

v0.13.0

19 Jul 17:41

Choose a tag to compare

🚨 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

v0.12.2

19 Jun 09:39

Choose a tag to compare

compare changes

🩹 Fixes

  • Correct module build process (once again) (a11f21f)

🏡 Chore

❤️ Contributors

v0.12.1

18 Jun 18:15

Choose a tag to compare

compare changes

🩹 Fixes

  • Resolve multiple bugs in auto key generation (#97)
  • playground: Rewrite playground code (3abd499)

❤️ Contributors