Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Feb 16:28
· 120 commits to main since this release
71c2a64

Version 0.6.0 - 2023-02-27

Added

  • Way to pass swagger (UI) options. See README.md.
  • JSDoc type definitions for options.

Changed

  • The default site title is now <Service Name> - Swagger UI (instead of just Swagger UI)
  • REST services are now available as well in the Swagger UI. Previously, only OData services were allowed. This was to avoid potential issues as the underlying OpenAPI transformation uses OData as intermediate protocol. So, as long as we don't see issues, allow REST services as well.

Fixed

  • Multiple services are now properly served, w/o the previous stale content of swagger-ui-init.js. Requires swagger-ui-express >= 4.6.2