File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v3.1.0-rc.1
4+
5+ [ compare changes] ( https://github.com/Pentadome/nuxt-openAPI-wrapper/compare/v3.0.5...v3.1.0-rc.1 )
6+
7+ ### 🚀 Enhancements
8+
9+ - Alpha release mcp tool support ([ f63d02e] ( https://github.com/Pentadome/nuxt-openAPI-wrapper/commit/f63d02e ) )
10+
11+ ### ❤️ Contributors
12+
13+ - Pentadome ([ @Pentadome ] ( https://github.com/Pentadome ) )
314
415## v3.0.5
516
115126[ compare changes] ( https://github.com/Pentadome/nuxt-openAPI-wrapper/compare/v1.1.1...v2.0.0 )
116127
117128### Breaking changes
129+
118130#### Removed ` autoImport ` property from module and api config.
131+
119132Use ` clients: { nuxt: { autoImport: false }} ` to disable auto imports instead.
120133
121134#### The openAPITS config of the api config now gets merged with the module config.
135+
122136Example:
137+
123138``` ts
124139openAPIWrapper : {
125140 openApiTsConfig : { immutable : true },
@@ -129,9 +144,13 @@ openAPIWrapper: {
129144 },
130145 },
131146` ` `
147+
132148#### Before 2.0.0
149+
133150effective config: ` { additionalProperties : true }`
151+
134152#### After 2.0.0
153+
135154effective config: ` { immutable : true , additionalProperties : true }`
136155
137156### 🚀 Enhancements
@@ -142,7 +161,6 @@ effective config: `{ immutable: true, additionalProperties: true }`
142161
143162- Minor mistake in readme.md ([dcaf1d8](https://github.com/Pentadome/nuxt-openAPI-wrapper/commit/dcaf1d8))
144163
145-
146164### ❤️ Contributors
147165
148166- Pentadome ([@Pentadome](https://github.com/Pentadome))
@@ -331,4 +349,3 @@ effective config: `{ immutable: true, additionalProperties: true }`
331349- Pentadome ([@Pentadome](https://github.com/Pentadome))
332350
333351## v1.0.1
334-
Original file line number Diff line number Diff line change 11{
22 "name" : " nuxt-openapi-wrapper" ,
3- "version" : " 3.0.5 " ,
3+ "version" : " 3.1.0-rc.1 " ,
44 "description" : " An openapi client wrapper for Nuxt fetch client." ,
55 "repository" : " Pentadome/nuxt-openAPI-wrapper" ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments