adonis-autoswagger icon indicating copy to clipboard operation
adonis-autoswagger copied to clipboard

Adonisjs v6 support

Open tsiresymila1 opened this issue 1 year ago • 6 comments

I think, it needs to alter directory name from Models to models, and Interfaces to interfaces and change or add more types

tsiresymila1 avatar Jan 26 '24 06:01 tsiresymila1

@tsiresymila1 check #40

Ziut3k-dev avatar Jan 26 '24 19:01 Ziut3k-dev

@Ziut3k-dev , Does it work with the new directory architecture?, does it load very well security middleware, models and interfaces ?

tsiresymila1 avatar Jan 26 '24 19:01 tsiresymila1

@tsiresymila1 not fully work, in few day i will work with this and add fully support for new adonis

Ziut3k-dev avatar Jan 26 '24 19:01 Ziut3k-dev

if owner of repo dont release this i release this myself when i finish

Ziut3k-dev avatar Jan 26 '24 20:01 Ziut3k-dev

if owner of repo dont release this i release this myself when i finish

release it :)

SwartZCoding avatar Jan 28 '24 20:01 SwartZCoding

if owner of repo dont release this i release this myself when i finish

Once you're done, just give me a heads up and I'll release it 👍

ad-on-is avatar Jan 28 '24 21:01 ad-on-is

I've started implementing v6 support with backwards compatibility to v5. https://github.com/ad-on-is/adonis-autoswagger/tree/v6

Looking good so far

image

The only issue I have right now is that I don't get any info about the middleware used in a specific route. https://github.com/adonisjs/core/discussions/4403

ad-on-is avatar Feb 14 '24 17:02 ad-on-is

Done! v 2.0.0 has v6 support, enjoy!

ad-on-is avatar Feb 15 '24 08:02 ad-on-is

Oh,nice,I didn't have time before

Ziut3k-dev avatar Mar 05 '24 11:03 Ziut3k-dev