Releases: smartrecruiters/openapi-first
Releases · smartrecruiters/openapi-first
@smartrecruiters/openapi-first v1.1.0
- feat: resolve refs nested under
schemaproperty
@smartrecruiters/openapi-first v1.0.1
- BREAKING CHANGE: drop support for Node < 10 (#33)
- feat: update dependencies
lodash:4.17.15=>4.17.21
@smartrecruiters/openapi-first v.0.4.2
- Remove dependency on
uuid - Update dependencies:
lodash:4.17.14=>4.17.15
@smartrecruiters/openapi-first v.0.4.1
- Fix issue #7
- Update dependencies:
lodash:4.17.11=>4.17.14
@smartrecruiters/openapi-first v.0.4.0
- OAuth scopes error handler now adds
WWW-Authenticateheader describing"insufficient_scope"error according to https://tools.ietf.org/html/rfc6750#section-6.2.3 - Update dependencies:
type-is:1.6.17=>1.6.18
@smartrecruiters/openapi-first v.0.3.2
Update dependencies:
type-is:1.6.16=>1.6.17
@smartrecruiters/openapi-first v.0.3.1
by-property controller middleware handles rejected promises. Thanks to that, you don't need to worry if your express middleware is an asynchronous function and an error is thrown.
@smartrecruiters/openapi-first v.0.3.0
Added express error handler with default (403 status) handling of MissingRequiredScopes errors.
@smartrecruiters/openapi-first v0.2.0
Added middleware for OAuth 2.0 scopes authorization.