Skip to content

Commit 0272739

Browse files
authored
Release 9.0.1 (bugfix) (#248)
* docs: update mass media in README * internal: improve test schemas validation using typescript * refactor: custom npm scripts runner * fix: problem with --axios option (body keys) (thanks @Nihisil) * bump: up version to 9.0.1
1 parent b4b11eb commit 0272739

File tree

10 files changed

+130
-417
lines changed

10 files changed

+130
-417
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# next release
22

3+
# 9.0.1
4+
5+
Fixes:
6+
- Can't compile 9.0.0 version (thanks @Nihisil )
7+
38
# 9.0.0
49

510
NOTE: This version is not compatible with previous templates (removed `route.request.params`, `apiConfig.props`, `apiConfig.generic`, `apiConfig.description`, `apiConfig.hasDescription`)

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@ This option will group your API operations based on their first tag - mirroring
189189
## 📄 Mass media
190190

191191
- [Why Swagger schemes are needed in frontend development ?](https://dev.to/js2me/why-swagger-schemes-are-needed-in-frontend-development-2cb4)
192-
- [Migration en douceur vers TypeScript](https://www.premieroctet.com/blog/migration-typescript/)
192+
- [Migration en douceur vers TypeScript (French)](https://www.premieroctet.com/blog/migration-typescript/)
193+
- [swagger-typescript-api usage (Japanese)](https://zenn.dev/watahaya/articles/2f4a716c47903b)
193194

194195
## 🛠️ Contribution
195196

0 commit comments

Comments
 (0)