-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add support for OpenAPI 3 (WIP) #31
Commits on Jun 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ba102be - Browse repository at this point
Copy the full SHA ba102beView commit details
Commits on Jun 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f8751f8 - Browse repository at this point
Copy the full SHA f8751f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39c3ff1 - Browse repository at this point
Copy the full SHA 39c3ff1View commit details
Commits on Jul 1, 2024
-
feat: implement most of type generation part for OpenAPI 3
fix: adjustments for Swashbuckle generation of more complex query parameters chore: remove queryParams config flag, as it won't be needed anymore
Configuration menu - View commit details
-
Copy full SHA for 01c3da2 - Browse repository at this point
Copy the full SHA 01c3da2View commit details
Commits on Jul 2, 2024
-
feat: support oneOf / anyOf for type generation
impr: better support for Wallaby test runner impr: easier comparing generated types in unit tests by custom chai assertion
Configuration menu - View commit details
-
Copy full SHA for 72a129a - Browse repository at this point
Copy the full SHA 72a129aView commit details -
feat: basic functionality for generating operations is there
fix: wallaby now handles all tests correctly fix: all tests are passing now
Configuration menu - View commit details
-
Copy full SHA for c3aa213 - Browse repository at this point
Copy the full SHA c3aa213View commit details
Commits on Jul 3, 2024
-
impr: better support for array types
impr: better test coverage for the types supported chore: remove obsolete code and comments
Configuration menu - View commit details
-
Copy full SHA for 035019e - Browse repository at this point
Copy the full SHA 035019eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf6641c - Browse repository at this point
Copy the full SHA bf6641cView commit details -
impr: use undici for handling http request
chore: remove some unused libraries as a result
Configuration menu - View commit details
-
Copy full SHA for 6704687 - Browse repository at this point
Copy the full SHA 6704687View commit details -
tests: re-enable snapshot tests + regen
chore: use update and more extensive petstore spec samples
Configuration menu - View commit details
-
Copy full SHA for 9303b3f - Browse repository at this point
Copy the full SHA 9303b3fView commit details
Commits on Jul 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 697400b - Browse repository at this point
Copy the full SHA 697400bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1990727 - Browse repository at this point
Copy the full SHA 1990727View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9f538b - Browse repository at this point
Copy the full SHA e9f538bView commit details
Commits on Jul 5, 2024
-
impr: better handle response types for fetch
fix: type error in generated code for urlencoded content type
Configuration menu - View commit details
-
Copy full SHA for 9c64e39 - Browse repository at this point
Copy the full SHA 9c64e39View commit details
Commits on Jul 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ac5221f - Browse repository at this point
Copy the full SHA ac5221fView commit details -
impr: simplify processing path params
and now templates are cleaner and shorter And also mismatch between path expression and params will be much more visible
Configuration menu - View commit details
-
Copy full SHA for 7ba815f - Browse repository at this point
Copy the full SHA 7ba815fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb5c57a - Browse repository at this point
Copy the full SHA bb5c57aView commit details
Commits on Jul 8, 2024
-
chore: experiment with aspnet core samples
to test new approach for complex query types in ASP.NET Core
Configuration menu - View commit details
-
Copy full SHA for d86a2ab - Browse repository at this point
Copy the full SHA d86a2abView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfddb7c - Browse repository at this point
Copy the full SHA cfddb7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e545fe - Browse repository at this point
Copy the full SHA 0e545feView commit details
Commits on Jul 10, 2024
-
impr: more robust query parameter serialization
that offers more configuration options
Configuration menu - View commit details
-
Copy full SHA for 73a4769 - Browse repository at this point
Copy the full SHA 73a4769View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7c1256 - Browse repository at this point
Copy the full SHA d7c1256View commit details -
fix: default value for template was too aggressive
fix: small template fixes
Configuration menu - View commit details
-
Copy full SHA for 51ec643 - Browse repository at this point
Copy the full SHA 51ec643View commit details -
fix: support correctly Swashbuckle's UseOneOfForPolymorphism
impr: example on how Swashbuckle can generate more useful enums
Configuration menu - View commit details
-
Copy full SHA for 33cf740 - Browse repository at this point
Copy the full SHA 33cf740View commit details -
Configuration menu - View commit details
-
Copy full SHA for f04e071 - Browse repository at this point
Copy the full SHA f04e071View commit details -
fix: adjust Content Type header in urlencoded case
as some of the clients are not able to guess content type correctly fix: some fixes for SWR template
Configuration menu - View commit details
-
Copy full SHA for fc2f8ce - Browse repository at this point
Copy the full SHA fc2f8ceView commit details