Skip to content

v7.0.0 - Remove SwaggerParser

Latest
Compare
Choose a tag to compare
@anttiviljami anttiviljami released this 11 Feb 14:11

This release replaces the @apidevtools/swagger-parser / @apidevtools/json-schema-ref-parser dependency with a much simpler implementation for dereferencing openapi docs, increasing compatibility and reducing bundle size.

We remove support for resolving remote $refs.

Also only URLs are allowed (no file paths) for the input definition from 7.0.0 onwards.