Skip to content

Releases: spec-first/swagger_ui_bundle

1.1.0

01 Nov 19:57
Compare
Choose a tag to compare

What's Changed

  • Merge upstream from py-swagger-ui by @RobbeSneyders in #32
  • Switch to version 4.15.5 of swagger-ui

New Contributors

Full Changelog: v0.0.9...1.1.0

v0.0.9

13 Sep 00:28
Compare
Choose a tag to compare
  • Bumped swagger-ui to 3.52.0

OAuth2 Jinja Configuration

20 Jul 01:14
ce8ae37
Compare
Choose a tag to compare

This release adds a new jinja variable called initOAuth.

This allows the server to pass configuration to the initOAuth() call in swagger-ui. Kudos to @m-agel for the idea.

render_template(
    'index.j2',
    initOAuth={
        'clientId': 'my-swagger-ui',
        'usePkceWithAuthorizationCodeGrant': True,
    }
)

Swagger-UI 3.30.0

20 Jul 01:11
ffedb04
Compare
Choose a tag to compare

This release upgrades to Swagger-UI 3.30.0

Swagger-UI 3.24.2

05 Nov 02:39
Compare
Choose a tag to compare

This release updates swagger-ui to 3.24.2

Swagger-UI 3.22.3

19 Jun 19:09
4c1d9c2
Compare
Choose a tag to compare
v0.0.5

bump version to remove extraneous files from deploy

swagger-ui 3.20.5

22 Jan 07:45
383b1b6
Compare
Choose a tag to compare

This release updates swagger-ui to 3.20.5

v0.0.2 - demo release

02 Jul 07:26
Compare
Choose a tag to compare

change notes:

  • /lib directory no longer removed by gitignore for swagger-2