Skip to content

Commit 5855f08

Browse files
committed
v0.0.21
1 parent 7839e49 commit 5855f08

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.0.21](https://github.com/varletjs/api-farmer/compare/v0.0.20...v0.0.21) (2025-01-20)
2+
3+
### Features
4+
5+
- support application/x-www-form-urlencoded and rename mime to contentType ([ee254ec](https://github.com/varletjs/api-farmer/commit/ee254ec8c36ac3c952c54b46d1b822181cee162b))
6+
- support remote schema fetching ([5c627a2](https://github.com/varletjs/api-farmer/commit/5c627a21a3e5c048a8fe8bf07d4827cad5d572f5))
7+
18
## [0.0.20](https://github.com/varletjs/api-farmer/compare/v0.0.19...v0.0.20) (2025-01-20)
29

310
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api-farmer",
3-
"version": "0.0.20",
3+
"version": "0.0.21",
44
"description": "API module generation tool based on Openapi3/Swagger2.",
55
"keywords": [
66
"cli",

0 commit comments

Comments
 (0)