Skip to content

Releases: openapistack/openapi-client-axios

v7.0.0 - Remove SwaggerParser

11 Feb 14:11
Compare
Choose a tag to compare

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

14 Jan 10:02
Compare
Choose a tag to compare

Fixes build issues #140, #116, #57 when transpiling this library without node polyfills

v6.0.0 – axios v1 support

14 Nov 18:41
Compare
Choose a tag to compare

Version 6.0.0 of openapi-client-axios adds support for axios v1 and above 🚀