All Versions
30
Latest Version
Avg Release Cycle
23 days
Latest Release
1689 days ago

Changelog History
Page 3

  • v3.9.2 Changes

    August 03, 2019

    ๐Ÿš€ This release includes housekeeping tasks that should resolve all current npm audit advisories displayed when installing Swagger Client.

    ๐Ÿ”„ Changelog

    • housekeeping: @kyleshockey/js-yaml -> js-yaml (via #1459)
    • housekeeping: webpack@4 + babel@7 (via #1455)
    • ๐Ÿ”’ housekeeping: resolve npm audit items + add security-audit script (via #1456)
  • v3.9.1 Changes

    August 01, 2019

    ๐Ÿš€ This release pins our fast-json-patch dependency to ~2.1.0 in order to avoid a runtime error users were encountering in #1460.

    No source changes are included.

  • v3.9.0 Changes

    June 08, 2019

    ๐Ÿš€ This release includes a new useCircularStructures option that instructs Swagger Client to represent circular references with circular JavaScript objects, as well as fixes in Specmap for documents with nested allOf/$ref values.

    ๐Ÿ”„ Changelog
    • ๐Ÿ›  fix: handle allOf/ref/circular structure interactions (via #1435)
    • ๐Ÿ”’ security: mitigate CVE-2018-20834 (via #1434)
    • housekeeping: bump handlebars from 4.0.11 to 4.1.2 (via #1440)
    • housekeeping: bump lodash from 4.17.10 to 4.17.11 (via #1439)
    • housekeeping: make changelog generator more flexible (via #1428)
    • ๐Ÿšš housekeeping: move traverse to production dependencies (via #1443)
    • ๐Ÿš€ housekeeping: remove test:webpackfrom release configuration (via #1441)
    • โœ… housekeeping: use jest to run webpack bundle tests (via #1438)
  • v3.8.26 Changes

    June 08, 2019

    ๐Ÿš€ This release was unpublished on npm because it was missing a production dependency, which was fixed in #1443. Use [email protected] instead.

  • v3.8.25 Changes

    February 24, 2019

    ๐Ÿš€ This patch release fixes a bug related to the usage of path parameter templating more than once within a Path Item Object's key.

    ๐Ÿ”„ Changelog

    • ๐Ÿ›  fix: support path parameter inclusion when used twice in a path (via #1424)
  • v3.8.24 Changes

    February 16, 2019

    Summary

    ๐Ÿš€ Small patch release that includes a fix for the resolver improperly processing $ref values inside of Schema Object's items.example.

    ๐Ÿ”„ Changelog

    • ๐Ÿ›  fix: block resolution of item-level example (via #1423)
  • v3.8.23 Changes

    February 02, 2019

    ๐Ÿ”„ Changelog:

    • ๐Ÿ‘Œ improvement: use JSON.parse method for all types and encodings of JSON (via #1419)
  • v3.8.22

    November 05, 2018
  • v3.8.21 Changes

    September 15, 2018

    Interface changes : none.

    ๐Ÿ”„ Changelog :

    • ๐Ÿ›  fix: pad with 0 when percent-encoding characters (via #1386)
  • v3.8.20 Changes

    September 15, 2018

    Interface changes : none.

    ๐Ÿ”„ Changelog :

    • ๐Ÿ›  fix: drop browser global whitelisting from test harnesses (via #1383)