Releases: Norbiros/nuxt-open-fetch
v0.13.7
🩹 Fixes
- Resolve eslint conflicts (2391360)
💅 Refactors
- Replace deprecated toMatchTypeOf (0f8029b)
🏡 Chore
❤️ Contributors
- Norbiros (@Norbiros)
- J.c (@Jak-Ch-ll)
v0.13.6
🚀 Enhancements
📖 Documentation
- Add bodySerializer option (ff96890)
❤️ Contributors
- J.c (@Jak-Ch-ll)
- Norbiros (@Norbiros)
v0.13.5
🩹 Fixes
- Properly resolve paths in
openapiTScode caching on Windows (44199d4)
❤️ Contributors
- Štěpán Mynařík (@StepanMynarik)
v0.13.4
v0.13.3
🚀 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
- Norbiros (@Norbiros)
- Loïc Herman [email protected]
v0.13.2
🚀 Enhancements
- Support
.ymlfile extension (#102)
🩹 Fixes
- docs: Correct how to create custom client with hooks (72323ae)
- Properly handle
headerproperty in$fetchcomposable (#79)
📖 Documentation
- Update options table in configuration docs (d6cca1b)
🏡 Chore
- Update the docs website url (e70f7eb)
❤️ Contributors
- Norbiros (@Norbiros)
v0.13.1
v0.13.0
🚨 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
testchecks (368ace8) -
Resolve a lot of TypeScript issues (9388a9c)
-
Add TypeScript type checking to the
releasescript (69fc9f4)
🏡 Chore
-
docs: Update to Nuxt UI & Nuxt Content
v3(77b6599) -
Update dependencies + Nuxt v4 (8a6e11b)
-
Run formatter (9658c46)
❤️ Contributors
-
Norbiros (@Norbiros)
-
Johannes Eschricht (@Eschricht)