Skip to content

Releases: hapi-swagger/hapi-swagger

v17.2.1

21 Jan 02:33
Compare
Choose a tag to compare

What's Changed

  • fix(oas3): generate correct schema for uploaded file in a requestBody by @Romakita in #882
  • Fixed problem with "deReference" on openapi v3. by @mcflypl in #884
  • chore(deps): bump actions/setup-node from 3 to 4 by @dependabot in #880
  • chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #865
  • chore(deps): bump actions/github-script from 6 to 7 by @dependabot in #888
  • chore(deps-dev): bump follow-redirects from 1.15.3 to 1.15.4 by @dependabot in #901

New Contributors

Full Changelog: v17.2.0...v17.2.1

v17.2.0

04 Nov 21:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v17.1.0...v17.2.0

v17.1.0

08 Jul 00:43
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump @hapi/lab from 25.1.2 to 25.1.3 by @dependabot in #813
  • Add uiOptions setting to pass arbitrary options to Swagger UI by @markopy in #807
  • Add 'unsorted' option for sortTags and sortEndpoints by @markopy in #806

New Contributors

Full Changelog: v17.0.1...v17.1.0

v17.0.1

03 Jul 12:13
Compare
Choose a tag to compare

What's Changed

  • fix: check before adding a required field to the list by @umutuzgur in #810

New Contributors

Full Changelog: v17.0.0...v17.0.1

v17.0.0

19 Jun 20:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v16.0.1...v17.0.0

v16.0.1

23 Feb 05:18
Compare
Choose a tag to compare

Fixes

  • #786 Refreshing Swagger page with ?tags in URL breaks page, #797

v16.0.0

18 Feb 14:20
Compare
Choose a tag to compare

v15.0.0

09 Nov 04:18
Compare
Choose a tag to compare

v14.5.5

20 Jun 15:05
Compare
Choose a tag to compare

Fix

  • #704 Failed to load API definition when using meta({swaggerHidden: true}) #771

v14.5.4

12 Jun 15:13
Compare
Choose a tag to compare

Fix

  • #735 no required for arrays in swagger
  • #762 Vulnerability found in swagger-parser