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
-
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:webpack
from 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, 2019Summary
๐ Small patch release that includes a fix for the resolver improperly processing
$ref
values inside of Schema Object'sitems.example
.๐ Changelog
- ๐ fix: block resolution of item-level
example
(via #1423)
- ๐ fix: block resolution of item-level
-
v3.8.23 Changes
February 02, 2019๐ Changelog:
- ๐ improvement: use
JSON.parse
method for all types and encodings of JSON (via #1419)
- ๐ improvement: use
-
v3.8.22
November 05, 2018 -
v3.8.21 Changes
September 15, 2018Interface changes : none.
๐ Changelog :
- ๐ fix: pad with
0
when percent-encoding characters (via #1386)
- ๐ fix: pad with
-
v3.8.20 Changes
September 15, 2018Interface changes : none.
๐ Changelog :
- ๐ fix: drop browser global whitelisting from test harnesses (via #1383)