Skip to content

Releases: openapi-library/OpenAPIValidators

0.14.2 / 3 Jan 2022

03 Jan 15:03
Compare
Choose a tag to compare

What's Changed

  • fix: move @types/request and @types/superagent to dependencies by @DetachHead in #259
  • fix: fix TS lib check by exporting type deps as prod deps by @rwalle61 in #263

New Contributors

Full Changelog: v0.14.1...v0.14.2

0.14.1 / 16 Oct 2021

16 Oct 17:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.0...v0.14.1

0.14.0 / 12 Sep 2021

12 Sep 12:03
Compare
Choose a tag to compare

chai-openapi-response-validator and jest-openapi

BREAKING CHANGE:

feat: improve Typescript hints for the filepathOrObject arg #242 @rwalle61

refactor: migrated from JavaScript to TypeScript #227 @rwalle61

0.13.0 / 6 Mar 2021

06 Mar 18:26
Compare
Choose a tag to compare

chai-openapi-response-validator and jest-openapi

feat:

0.12.0 / 28 Feb 2021

28 Feb 16:30
988e6de
Compare
Choose a tag to compare

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.jsons

refactor:

0.11.0 / 21 Nov 2020

28 Feb 16:18
ed2a93b
Compare
Choose a tag to compare

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

11 Oct 16:51
113ffce
Compare
Choose a tag to compare

chai-openapi-response-validator and jest-openapi

feat:

test:

  • we dropped a few invalid test cases, which should not affect any users #185 #186 @rwalle61

0.9.4 / 8 Jun 2020

08 Jun 12:03
d132216
Compare
Choose a tag to compare

chai-openapi-response-validator and jest-openapi

fix:

  • request paths should match non-templated OpenAPI paths over templated OpenAPI paths #107 @rwalle61

0.9.3 / 31 May 2020

31 May 15:56
d687a02
Compare
Choose a tag to compare

chai-openapi-response-validator and jest-openapi

fix:

chore(deps):

  • updated openapi-response-validator to ^4.0.0 (was ^3.8.2) #79 @mvegter

0.9.2 / 15 May 2020

15 May 09:07
924822d
Compare
Choose a tag to compare

jest-openapi

fix:

  • correct jest-openapi type declaration file #74
  • make jest-openapi easier to use in test runners other than Jest #76