-
Notifications
You must be signed in to change notification settings - Fork 57
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
Update to NestJS 9 #64
Comments
Some PR exists but nobody can merge it for the moment Someone created an alternative repo: https://www.npmjs.com/package/@nicholas.braun/nestjs-redoc |
Any update on this? Many issues are fixed but still not merged and released |
Any update? |
Following |
waiting... |
Following... |
Following |
I was getting fed up of this breaking my releases so I created a fork and updated everything to the most up to date versions, I will keep this updated, you can find it here: Github: https://github.com/juicyllama/framework/tree/main/common/nestjs-redoc Tests are not working in the original repo, but its tested and it is working. |
Hey, are you still updating the package? It seems like all links to the repo are not working anymore |
Hi @oneVcard Yes, we are, however, this has been absorbed into our main framework monorepo here: https://github.com/juicyllama/framework/tree/main/common/nestjs-redoc The NPM link is still valid, I will update the original post. I do want to improve the |
Great :D, thank you very much for keeping the package going :) I would have a feature that could improve the nestjs redoc: for example
for example here we would only like the depth that will be shown in the schema to be 2 so only mainDto and secondDto. Do you think this feature could be implemented by you? |
Hi @oneVcard Any chance you can open a discuss here: https://github.com/juicyllama/framework/discussions We can then scope it out together and create an issue once we have all the information. Any screenshots of your docs now and how you would like them to look would be great. |
I will do that later that day and also provide a example repository for you with my personal account as i cannot share any code here with this company account |
Hi, I just created a library for NestJS 10 supporting ExpressJS and Fastify without the need to import a big framework: nestjs-redox |
The interface INestApplication changed the name 'listenAsync' method to 'listen'.
The text was updated successfully, but these errors were encountered: