Skip to content

Releases: swagger-api/swagger-js

Swagger-Client 3.2.0 Released!

30 Sep 01:58
Compare
Choose a tag to compare

Interface changes: none.

  • Improvement: parameter style and explode is now supported within OpenAPI 3.0 definitions (via #1140)
  • Bugfix: contextUrls are now properly considered for OpenAPI 3.0 requests (via #1141)

Version Diff

Swagger-Client 3.1.2 Released!

24 Sep 06:07
Compare
Choose a tag to compare

Interface changes:

  • Parameters can now be referred to by ${in}.${name} as well as by name.
  • Values for named parameters will now be applied to all parameters with that name.

  • Improvement: parameters within the same operation that share a name can now be disambiguated (via #1115)

Version Diff

Swagger-Client 3.1.1 Released!

16 Sep 17:51
Compare
Choose a tag to compare

Interface changes: None

  • Bugfix: improved allOf handling, so original values are preserved (via #1130, fixes many related UI bugs)
  • Bugfix: empty access_token values no longer create an empty Authorization value (via #1131)

Swagger-Client 3.1.0 Released!

10 Sep 02:14
Compare
Choose a tag to compare

Interface changes: None

  • Feature: added basic support for OAS 3.0 API definitions (via #1127)
  • Meta: updated npm scripts to be cross-platform (via #1126)

Swagger-Client 3.0.20 Released!

15 Aug 19:32
v3.0.20
Compare
Choose a tag to compare

Interface changes: None.

  • Feature: added userFetch option (via #1098)

Version Diff

Swagger-JS 3.0.19 Released!

22 Jul 04:53
v3.0.19
Compare
Choose a tag to compare

Interface changes: None.

Version Diff

Swagger-JS 3.0.18 Released!

20 Jul 22:00
v3.0.18
Compare
Choose a tag to compare

Interface changes: None.

  • Bugfix: added support for merging arrays in allOf constructs (via #1101)
  • Bugfix: added support for constructing query strings with 0 values (via #1105)
  • Chore: Enabled linter check during CI PR testing (via #1104)

Swagger-JS 3.0.16 Released!

26 Jun 22:30
v3.0.16
Compare
Choose a tag to compare

Interface changes: None.

  • IE11 compatibility: removed references to Array.prototype.find (via #1088)
  • Bugfix: Query parameters with Boolean value false were not being properly serialized in buildRequest (via #1093)

Version Diff

Swagger-JS 3.0.15 Released!

20 Jun 20:40
v3.0.15
Compare
Choose a tag to compare

Interface changes: None.

  • README updates and improvements
  • Configured the default resolver fetch implementation to send cookies and Authorization headers for same-origin requests (see #1083)
  • Developer note: removed package-lock.json from the repository, as it was causing problems.

Version Diff

Swagger-JS 3.0.14 Released!

14 Jun 00:57
v3.0.14
Compare
Choose a tag to compare

Interface changes: None.

  • Fixed a defect in __originalOperationId logic (swagger-api/swagger-ui#3203) and added more tests around the functionality
  • Added throw when execute can't find a requested operation

Version Diff