Skip to content

Swagger-UI 3.8.0 Released!

Choose a tag to compare

@shockey shockey released this 23 Dec 08:23
· 3200 commits to master since this release
1646b27

Interface changes:

  • plugins may now expose an afterLoad method in order to make changes to the top-level system after the plugin is merged into the system.
  • the undocumented initialState parameter now allows removal of default keys by setting its value to undefined in the parameter.

  • Feature: afterLoad plugin interface is now available (via #4049)
  • Bugfix: non-object values are no longer sent to updateJsonSpec from parseToJson (via #1596)
  • Bugfix: path-level parameters no longer create empty default tag groups (via #4051)