-
Notifications
You must be signed in to change notification settings - Fork 489
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(@nestjs/swagger) add the ability to work with Nest RouterModule. #54
Conversation
@shekohex, thank you for that work! |
Add support for @headers('property') parameter decorator.
Add support for swagger customization options
Add JSON Schema Object properties support to the ApiModelProperty decorator
Add `isArray` support for ApiImplicitBody decorator
feat(@nestjs/swagger) add oauth2 to securityDefinitions
Add support for arrays in ApiImplicitQuery
fixed items.type when main type is array
added easier enum declaration, corrected wrong swagger for enum arrays
Add support of collectionFormat property
Hi @shekohex, |
Oh!, yeah of course |
@shekohex there are still +40 files modified with only formatting changes 🙁 |
@kamilmysliwiec oh ! anyway the VSCode is just using the |
@shekohex yeah, the formatting changes make almost impossible to review this PR 🙁 |
Idk, but what about a new PR, should we close this and open a new one, it seems messy here ? i will open a new PR with only the 3 lines of changes. |
@shekohex would be awesome:) |
let's continue here #104 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Swagger Package was missing the update about
Nest RouterModule
package.this will solve the problem and closes nestjsx/nest-router#3 .