Skip to content

Commit

Permalink
Release 9.0.1 (bugfix) (#248)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
js2me authored May 1, 2021
1 parent b4b11eb commit 0272739
Show file tree
Hide file tree
Showing 10 changed files with 130 additions and 417 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# next release

# 9.0.1

Fixes:
- Can't compile 9.0.0 version (thanks @Nihisil )

# 9.0.0

NOTE: This version is not compatible with previous templates (removed `route.request.params`, `apiConfig.props`, `apiConfig.generic`, `apiConfig.description`, `apiConfig.hasDescription`)
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ This option will group your API operations based on their first tag - mirroring
## 📄 Mass media

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

## 🛠️ Contribution

Expand Down
Loading

0 comments on commit 0272739

Please sign in to comment.