Skip to content

Commit ef2c385

Browse files
committed
release: 3.1.0-rc.1
1 parent faec034 commit ef2c385

2 files changed

Lines changed: 20 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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

@@ -115,11 +126,15 @@
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+
119132
Use `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+
122136
Example:
137+
123138
```ts
124139
openAPIWrapper: {
125140
openApiTsConfig: { immutable: true },
@@ -129,9 +144,13 @@ openAPIWrapper: {
129144
},
130145
},
131146
```
147+
132148
#### Before 2.0.0
149+
133150
effective config: `{ additionalProperties: true }`
151+
134152
#### After 2.0.0
153+
135154
effective 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-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)