UNPKG

swagger-endpoint-validator

Version:

A validator of API endpoints to check that input and output match with the swagger specification for the API

30 lines (14 loc) 1.33 kB
# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ## [4.1.0](https://github.com/guidesmiths/swagger-endpoint-validator/compare/v4.0.0...v4.1.0) (2023-06-09) ## [4.0.0](https://github.com/guidesmiths/swagger-endpoint-validator/compare/v3.0.2...v4.0.0) (2023-03-30) ### ⚠ BREAKING CHANGES * update dependencies * update dependencies ([1bdbf73](https://github.com/guidesmiths/swagger-endpoint-validator/commit/1bdbf733b9dcd2ce22d8adaccb4831a465fabbff)) ### [3.0.2](https://github.com/guidesmiths/swagger-endpoint-validator/compare/v3.0.1...v3.0.2) (2022-05-03) ### Features * added script to generate releases ([03147fb](https://github.com/guidesmiths/swagger-endpoint-validator/commit/03147fb3252ad8226f8dc4be3b5db08fed83283d)) ### [3.0.1](https://github.com/guidesmiths/swagger-endpoint-validator/compare/v2.1.0...v3.0.1) (2022-03-07) ### Features * update package.json release ([cd78994](https://github.com/guidesmiths/swagger-endpoint-validator/commit/cd789949fd8f932a90b1ad3315eefd91d9f61fd9)) * upgraded express-openapi-validator (now used as middleware) ([8e0ae22](https://github.com/guidesmiths/swagger-endpoint-validator/commit/8e0ae2261c60b51158999ffb47231395d2694575))