Swagger Js Versions Save

Javascript library to connect to swagger-enabled APIs via browser or nodejs

v3.27.2

2 weeks ago

3.27.2 (2024-04-23)

Bug Fixes

  • execute: fix encoding for stringified request body (#3476) (4c28575)

v3.27.1

2 weeks ago

3.27.1 (2024-04-23)

Bug Fixes

v3.27.0

3 weeks ago

3.27.0 (2024-04-17)

Features

  • resolver: align dereferencing with ApiDOM Dereference Architecture 2.0 (#3472) (722251f), closes #3467

v3.26.8

1 month ago

3.26.8 (2024-04-11)

Bug Fixes

  • execute: parse stringified objects nested in arrays (#3466) (b1f2ee7)

v3.26.7

1 month ago

3.26.7 (2024-04-08)

Bug Fixes

  • execute: refactor URL character encoding mechanism function (#3463) (d2c1bba), closes #3462

v3.26.6

1 month ago

3.26.6 (2024-04-05)

Bug Fixes

  • apply requested changes (e80049d)
  • execute: fix encoding of complex nested type values in OpenAPI 3.x request builders (49ab957)
  • execute: fix encoding of object type values (e943f35)

v3.26.5

1 month ago

3.26.5 (2024-04-04)

Bug Fixes

  • resolver: fix side effects in OpenAPI 3.1.0 resolving (#3456) (1631813), closes #3455

v3.26.4

1 month ago

3.26.4 (2024-03-26)

Bug Fixes

  • execute: skip undefined parameters in body and path request builders for OpenAPI 2.0 (#3439) (1db6ba3), closes #3438

v3.26.3

1 month ago

3.26.3 (2024-03-25)

Bug Fixes

  • execute: align form data builder with query builder behavior for OpenAPI 2.0 (#3437) (1f39b90), closes #3436

v3.26.2

1 month ago

3.26.2 (2024-03-25)

Bug Fixes

  • execute: accept falsy values in formData parameters for OpenAPI 2.0 (#3435) (7e1cf7b), closes #3434