Skip to content

Releases: davesag/swagger-routes-express

Version 3.0.4 (bug fix)

30 Sep 03:13
Compare
Choose a tag to compare
  • Fixed issue with empty global security definitions. (Thanks @pohy)
  • updated several development dependencies

Version 3.0.2

04 Jul 03:04
Compare
Choose a tag to compare
  • upgraded semver
  • reordered docs
  • don't run mutation tests on CI due to their overall flakiness

Version 3.0.1 (Bug Fix)

19 May 08:12
Compare
Choose a tag to compare

Fixed a small error with an absolute path where a relative path should have been

Version 3 (Breaking Change)

19 May 07:49
Compare
Choose a tag to compare
  1. Introduces a way to generate API summaries from your Swagger v2 or OpenAPI v3 documents.
  2. Breaking Change* Changes the way you access the connector

Old way

const connector = require('swagger-routes-express')

New Way

const { connector } = require('swagger-routes-express')
  1. Updated dependencies and a number of internal refactorings

Version 2.1.0

19 Apr 09:48
Compare
Choose a tag to compare

New Features

  • added support for path-specific middleware — Issue #22
  • added support for auth systems that don't use scopes — Issue #25

Improvements

  • added mutation testing and improved a lot of tests
  • updated dependencies to resolve audit warnings

Version 2.0.3

13 Apr 11:03
Compare
Choose a tag to compare
  • Added support for security blocks without associated scopes (fixed #25)
  • Updated dependencies
  • Improved Readme formatting
  • deprecated the scopes option in favour of the security option

Version 2.0.2

09 Apr 02:49
Compare
Choose a tag to compare
  • Updated various dependencies
  • resolved security audit issues
  • ran prettier over docs as well as code
  • reformatted package.json
  • added development notes to readme

Version 2.0.1 (updated dependencies)

07 Feb 03:56
Compare
Choose a tag to compare
  • Upped required Node version to 10.15.1 (The latest LTS)
  • Updated several dependencies
  • Added a section about Express Auth Middleware to the docs (issue #20)
  • Reduced package size

Version 2 — Now supports OpenAPI 3

05 Nov 05:08
Compare
Choose a tag to compare

This is a major release.

  • adds support for OpenAPI features such as default security blocks, and replaces the use of basePath with the more flexible servers options.

Version 1.1.1

09 Oct 04:25
Compare
Choose a tag to compare

Updated a number of development dependencies