Skip to content

Releases: james-hu/apig-swagger-ui

v1.1.0

16 Dec 13:29
Compare
Choose a tag to compare

Major improvements:

  • Hide "options" method if this is not the only method on an endpoint
  • Make authorisation work properly
  • Do not hide authorisation related parameters

v1.0.10

03 Jun 11:30
Compare
Choose a tag to compare

Major improvements:

  • Automatic retries have been added for calling AWS API, so that you would not see RateExceeded kind of errors again.
  • When copying swagger-ui asset files, file timestamps are preserved, so that if you use aws s3 sync ... to upload them to S3 regularly, they won't be copied again and again.
  • There's a flag/switch for controlling whether source map files (they are large) should be included.
  • There's a flag/switch for customising validation (the validatorUrl option) of swagger-ui. You may want to set it to none if your API doc is not publically accessible.
  • Explained in README regarding how to match endpoint URLs without base path (such like http://my.domain.com/).