Releases: openapistack/openapi-client-axios
Releases · openapistack/openapi-client-axios
v7.0.0 - Remove SwaggerParser
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.
v6.1.0 - remove node https / http dependencies
v6.0.0 – axios v1 support
Version 6.0.0 of openapi-client-axios adds support for axios v1 and above 🚀