v0.3.0
New features:
- possibility to lookup for open API spec file(s) in the provided path tree with support of wildcards
- possibility to validate multiple open API spec files via full path(s)
- possibility to validate multiple open API spec files via url(s)
- explicit command line named arguments support
The tool still can be used in legacy mode for existing CI/CD pipelines support.
Repo has been migrated to the github actions instead of travis-ci.
- Total issues resolved: 0
- Total pull requests resolved: 4
- Total contributors: 1
enhancement
- 14: Add possibility to not fail validation if spec file is missing thanks to @vadzim-kazak
- 12: Add release action workflow thanks to @vadzim-kazak
- 11: The openapi3-validator tool enhancements thanks to @vadzim-kazak
bug
- 13: Fix legacy mode using issue thanks to @vadzim-kazak