Skip to content
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

feat(fromOpenApi): support "additionalProperties", "int16", "int32", "date-time" #13

Merged
merged 8 commits into from
Jan 20, 2022

Conversation

kettanaito
Copy link
Member

@kettanaito kettanaito commented Jan 20, 2022

  • Closes Add the Petstore Swagger spec as an integration test #12

  • Adds support for the following:

    • Handling of the 501 response based on the explicit response query parameter;
    • The date-time string format;
    • The int16, int32, int64 integer format;
    • The additionalProperties for the object schema type;
  • Adds integration tests covering the entire Swagger Petstore API.

@kettanaito kettanaito merged commit fcd8019 into main Jan 20, 2022
@kettanaito kettanaito deleted the test/oas-pet-store branch January 20, 2022 14:15
@kettanaito
Copy link
Member Author

Released: v0.1.0 🎉

This has been released in v0.1.0!

Make sure to always update to the latest version (npm i @mswjs/source@latest) to get the newest features and bug fixes.


Predictable release automation by @ossjs/release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add the Petstore Swagger spec as an integration test
1 participant