Closed github-actions[bot] closed 5 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
typed-openapi-bzof | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | May 24, 2024 1:49pm |
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
typed-openapi@0.5.0
Minor Changes
f0886a0: Thanks to @0237h:
Allow for finer marking of optional parameters Current behavior allows only for marking all parameters as optional, or none.
This change checks first if all parameters are optional, keeping the old behavior if that's the case, otherwise iterates through the parameters to mark only those that should be optional from the OpenAPI spec.