Skip to content

Releases: swagger-api/swagger-js

Swagger-JS 2.1.25 Released!

24 Nov 00:44
Compare
Choose a tag to compare

Minor update to address binary file downloads.

Swagger-JS 2.1.24 Released!

23 Nov 02:23
Compare
Choose a tag to compare

Minor update to swagger-js which allows:

  • Custom http agents #884
  • Custom http clients #889
  • Cookie options #891
  • Sourcemaps #900

Swagger-JS 2.1.23 Released!

13 Oct 06:02
Compare
Choose a tag to compare

Fixed some issues with sending form data, schemes, and other goodies.

Swagger-JS 2.1.21 Released!

26 Sep 19:12
Compare
Choose a tag to compare

Addresses #866 for incorrect scheme when not specified in the Swagger specification

Swagger-JS 2.1.19 Released!

14 Sep 22:45
Compare
Choose a tag to compare

A new build of Swagger-JS brings some nice fixes:

  • Fixed curl sample and execution for multipart/form-data arrays (#855)
  • Host check preference based on optional window.location (#856)
  • Header parameters are now case-insensitive (#840)
  • Added timeout support (#846)
  • Improved resolving of remote references, including root references

Swagger-js 2.1.15 has been released!

16 Jun 22:22
Compare
Choose a tag to compare

Functional and bug fixes in swagger-js:

  • Relative paths for specs are now supported. If running in a browser environment, relative specs will be related to window.location if possible #795
  • Better intelligence for handling escaped characters, including the $ from OData #787
  • Exposed JSON Schema for all models #779
  • Removed duplicate slashes when basePath erroneously ends in / #778
  • FormData is now properly sent in x-www-form-urlencoded and multipart/form-data for arrays
  • cURL fixes for multipart, files
  • TSV fixes #769
  • Fixed interceptor to handle errors #767

Swagger-js 2.1.13 has been released!

02 Mar 07:22
Compare
Choose a tag to compare

Better and faster! Major performance updates in this release of swagger-js

Enhancements

  • Failed resolver calls will not be duplicated #710

Fixes

  • JQuery fixes #692
  • Removed log statements #691
  • Recursive calls optimized #718

Swagger-js 2.1.11 has been released!

14 Jan 03:52
Compare
Choose a tag to compare

Don't stop believing! Some helpful fixes and enhancements have been pushed:

Enhancements

  • Support for linked relative, nested definitions #678
  • Preparation for rendering examples in swagger-ui #675

Fixes

  • Fixes for local base model properties #667
  • allOf support in responses has been added #681
  • Support for options methods #684

Swagger-js 2.1.10 has been released!

06 Jan 22:07
Compare
Choose a tag to compare

This minor release addresses an issue that would cause swagger-ui to fail to show error messages (#668)

Swagger-js 2.1.9 has been released!

10 Dec 20:11
Compare
Choose a tag to compare

Minor release addressing the following:

Enhancements

  • Added x-example support for parameters to allow swagger-ui to differentiate between default and example values (#648)

Fixes

  • Fixed issue where path-level parameters were not added when an operation has zero declared params (#656)