ojoanalogo / nestjs-redoc

📘 ReDoc frontend for you NestJS swagger API documentation
MIT License
145 stars 56 forks source link

Update to NestJS 9 #64

Open lucasgallon90 opened 1 year ago

lucasgallon90 commented 1 year ago

The interface INestApplication changed the name 'listenAsync' method to 'listen'.

jitbasemartin commented 1 year ago

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

Karthi-SRV commented 1 year ago

Any update on this? Many issues are fixed but still not merged and released

joao-moonward commented 1 year ago

Any update?

doublethink13 commented 1 year ago

Following

wilson-empleo commented 1 year ago

waiting...

andyslack commented 1 year ago

Following...

mateusz-nowaczyk commented 1 year ago

Following

andyslack commented 1 year ago

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 NPM: https://www.npmjs.com/package/@juicyllama/nestjs-redoc

Tests are not working in the original repo, but its tested and it is working.

onevcard-team commented 8 months ago

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-community/nestjs-redoc NPM: https://www.npmjs.com/package/@juicyllama/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

andyslack commented 8 months ago

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 nestjs-redoc package some more, hopefully in the upcoming weeks I will find some time to make some improvements to it.

onevcard-team commented 8 months ago

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 nestjs-redoc package some more, hopefully in the upcoming weeks I will find some time to make some improvements to it.

Great :D, thank you very much for keeping the package going :)

I would have a feature that could improve the nestjs redoc: We have, like mentioned before, some big DTOs and it would be cool if there would be a limit that can be configured on how deep the dto is displayed

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?

andyslack commented 8 months ago

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.

onevcard-team commented 8 months ago

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

julianpoemp commented 4 months ago

Hi, I just created a library for NestJS 10 supporting ExpressJS and Fastify without the need to import a big framework: nestjs-redox