Releases: openapi-library/OpenAPIValidators
0.14.2 / 3 Jan 2022
What's Changed
- fix: move
@types/request
and@types/superagent
todependencies
by @DetachHead in #259 - fix: fix TS lib check by exporting type deps as prod deps by @rwalle61 in #263
New Contributors
- @DetachHead made their first contribution in #259
Full Changelog: v0.14.1...v0.14.2
0.14.1 / 16 Oct 2021
What's Changed
- fix: match paths containing array path parameters by @amitkeinan9 and @rwalle61 in #255
- test: enable TypeScript strict mode by @rwalle61 in #254 and #249
Full Changelog: v0.14.0...v0.14.1
0.14.0 / 12 Sep 2021
chai-openapi-response-validator and jest-openapi
BREAKING CHANGE:
- we've updated our our validation dependency from v3 to v9, so a few validation error messages have changed (and theoretically, validation rules could have changed too) #225, #242 @rwalle61, @mvegter
feat: improve Typescript hints for the filepathOrObject
arg #242 @rwalle61
refactor: migrated from JavaScript to TypeScript #227 @rwalle61
0.13.0 / 6 Mar 2021
chai-openapi-response-validator and jest-openapi
feat:
- support server variables #89, #222 @JonnySpruce, @rwalle61
0.12.0 / 28 Feb 2021
chai-openapi-response-validator and jest-openapi
No functional changes expected. Code common to the chai and jest plugins is now published as a separate npm package (openapi-validator). The chai and jest plugins list it as a dependency in their package.json
s
refactor:
0.11.0 / 21 Nov 2020
chai-openapi-response-validator and jest-openapi
No functional changes expected. Switched licence from Apache to MIT (#211) because:
- We are a Jest plugin and Chai plugin, so it makes sense for us to match the license of Jest and Chai, which is MIT.
- This won't make much/any practical difference, as Apache and MIT are basically equally permissive.
- MIT is much shorter to read, so easier to understand
- MIT is a bit more popular in general and much more popular in the Jest / Chai / general JS testing space
0.10.0 / 11 Oct 2020
0.9.4 / 8 Jun 2020
0.9.3 / 31 May 2020
chai-openapi-response-validator and jest-openapi
fix:
- support request-promise returning parsed json #80 @ludeknovy
chore(deps):