Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/fruity-tables-camp.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/wormhole/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @alova/wormhole

## 1.5.0

### Minor Changes

- [#130](https://github.com/alovajs/devtools/pull/130) [`d13414c`](https://github.com/alovajs/devtools/commit/d13414c325c79fb359eaa8708dd4089b2973203b) Thanks [@czhlin](https://github.com/czhlin)! - 1. Extend the `apifox` fetch plugin; align defaults to Apifox’s official exported interface defaults (breaking change). 2. Fix the `payloadModifier` plugin not working for intersection and union types. 3. In the `rename` plugin, add a `value` parameter to `transtransform`.

## 1.4.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wormhole/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alova/wormhole",
"version": "1.4.5",
"version": "1.5.0",
"description": "More modern openAPI generating solution for alova.js",
"author": "alova",
"license": "MIT",
Expand Down