Releases: Pentadome/nuxt-openAPI-wrapper
Releases · Pentadome/nuxt-openAPI-wrapper
v3.0.1
🩹 Fixes
💅 Refactors
- Remove commented-out useFetch function for clarity (ee97b0f)
🏡 Chore
- release: V3.0.0 (bd1f304)
❤️ Contributors
- Pentadome (@Pentadome)
v3.0.0
v2.0.4
🩹 Fixes
- Allow setting query and header when they are defined as undefined (f0eb55d)
🏡 Chore
- release: V2.0.3 (b6497c6)
❤️ Contributors
- Pentadome (@Pentadome)
v2.0.3
v2.0.2
🩹 Fixes
- Missing autocomplete for query params when all query params are optional (c12959f)
❤️ Contributors
- Pentadome (@Pentadome)
v2.0.1
v2.0.0
Breaking changes
Removed autoImport
property from module and api config.
Use clients: { nuxt: { autoImport: false }}
to disable auto imports instead.
The openAPITS config of the api config now gets merged with the module config.
Example:
openAPIWrapper: {
openApiTsConfig: { immutable: true },
apis: {
github: {
openApiTsConfig: { additionalProperties: true }
},
},
Before 2.0.0
effective config: { additionalProperties: true }
After 2.0.0
effective config: { immutable: true, additionalProperties: true }
🚀 Enhancements
- Nitro support (0e63ce2)
🩹 Fixes
- Minor mistake in readme.md (dcaf1d8)
❤️ Contributors
- Pentadome (@Pentadome)
v1.1.1
🩹 Fixes
- Sometimes type error while using refs with queries (de6b7d2)
❤️ Contributors
- Pentadome (@Pentadome)
v1.1.0
v1.0.16
🩹 Fixes
- Uppercase method not working in useFetch functions (c026090)
❤️ Contributors
- Pentadome (@Pentadome)