Swagger Client 3.9.0 Released!
swaggerhub-bot
released this
08 Jun 18:38
·
2130 commits
to master
since this release
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)