cloudflare / chanfana

OpenAPI 3 and 3.1 schema generator and validator for Hono, itty-router and more!
https://chanfana.pages.dev
MIT License
288 stars 38 forks source link

fix: query parameter extraction incomplete #50

Closed oscaramos closed 1 year ago

oscaramos commented 1 year ago

Fixes this #49

The quick demostration of the change fixing the issue is here

oscaramos commented 1 year ago

I just committed a small change to include the interrogation sign. The new quick demonstration is here

github-actions[bot] commented 1 year ago

🧪 A prerelease is available for testing 🧪

You can install this latest build in your project with:

npm install --save https://prerelease-registry.devprod.cloudflare.dev/itty-router-openapi/runs/5007959151/npm-package-itty-router-openapi-50

Or you can immediately run this with npx:

npx https://prerelease-registry.devprod.cloudflare.dev/itty-router-openapi/runs/5007959151/npm-package-itty-router-openapi-50
G4brym commented 1 year ago

Hey @oscaramos Thanks for contributing to this project 😀