Skip to content

Swagger-JS 3.0.10 Released!

Compare
Choose a tag to compare
@shockey shockey released this 15 May 07:38
· 2590 commits to master since this release

Interface changes: Client interface method names may differ if you have duplicate operationIds in your spec. Note that this is not a breaking change, as duplicate operationIds were previously undefined behavior.

  • Improvement: generated operationIds are now friendlier (get_one instead of get-/one), and duplicate explicit operationIds are now handled more reliably (#1003 via #1048)
  • Bugfix: ensure we don't stringify formData + fix multipart upload (via #1051)

Version Diff