- Added basic support for relative URLs #59
- Update dependencies to fix security vulnerabilities
- Nullable is now fully supported
- Update dependencies to fix security vulnerabilities
- Speed-up
api-schema-builder
import by lazy loading required dependencies #54
- Support empty servers in OpenAPI 3.0 spec #50
- Support for servers and base path in OAS 3 #46
- Speed-up import of
api-schema-builder
and reduce total bundle size by removing polyfills #45
- Validate loaded OpenAPI specification (throws an error if it's not a valid OpenAPI 3.0 document) #47
- Drop Node 6 support #45
- If your OpenAPI 3.x specification includes servers definition, some of the endpoints that weren't being matched for validation in the past can start getting validated (if any of servers + path combination matches) #46