Skip to content

Releases: cdimascio/express-openapi-validator

v4.12.3

07 Mar 01:21
Compare
Choose a tag to compare

4.12.3 (2021-03-07)

  • chore: change history (b0be2d6)
  • chore: increment patch version (47cdd87)
  • chore: increment patch version (7862ee7)
  • fix: validate api spec by default (4637d2c)
  • doc: update README (ce01bf8)

4.12.2 (2021-03-07)

4.12.1 (2021-03-02)

4.12.0 (2021-02-28)

  • test: add multi-spec test (1f50892)
  • test: multi.spec test (c8cf43e)
  • test: remove console logs (dccf760)
  • chore: increment minor version (7e77207)
  • fix: observe validateApiSpec and avoid schema re-checks (performance) (#544) (e794c59), closes #544
  • docs: add aaronluman as a contributor (#545) (492e1f9), closes #545
  • feat: example 2 deps (8d27580)

4.11.1 (2021-02-28)

  • chore: update lockfile and patch version (a7b8a2a)
  • chore: update npmignore (7f6eed8)

4.10.12 (2021-02-14)

  • chore: increment patch version (4d2df86)
  • fix: upgrade json-schema-ref-parser from 9.0.6 to 9.0.7 (#534) (1a8cdf0), closes #534
  • add option removeAdditional to validateRequest options (#501) (acada10), closes #501
  • Fix Mutation of API Spec (#537) (2866ce6), closes #537

4.10.10 (2021-02-03)

4.10.9 (2021-01-24)

  • chore: increment patch version (adf800c)
  • fix: include missing multer type def (7cf9196)
  • Update README.md (719ae1c)
  • Update README.md (b14b31d)

4.10.6 (2021-01-15)

  • fix: #469 - Response validation skipped on status codes >=400 (57d3c0e), closes #469

4.10.5 (2021-01-11)

4.10.4 (2021-01-09)

4.10.2 (2021-01-02)

Read more

v4.12.2: doc: Add NestJS Example (#554)

07 Mar 01:07
61ddf2b
Compare
Choose a tag to compare

4.12.2 (2021-03-07)

4.12.1 (2021-03-02)

4.12.0 (2021-02-28)

  • test: add multi-spec test (1f50892)
  • test: multi.spec test (c8cf43e)
  • test: remove console logs (dccf760)
  • chore: increment minor version (7e77207)
  • fix: observe validateApiSpec and avoid schema re-checks (performance) (#544) (e794c59), closes #544
  • docs: add aaronluman as a contributor (#545) (492e1f9), closes #545
  • feat: example 2 deps (8d27580)

4.11.1 (2021-02-28)

  • chore: update lockfile and patch version (a7b8a2a)
  • chore: update npmignore (7f6eed8)

4.10.12 (2021-02-14)

  • chore: increment patch version (4d2df86)
  • fix: upgrade json-schema-ref-parser from 9.0.6 to 9.0.7 (#534) (1a8cdf0), closes #534
  • add option removeAdditional to validateRequest options (#501) (acada10), closes #501
  • Fix Mutation of API Spec (#537) (2866ce6), closes #537

4.10.10 (2021-02-03)

4.10.9 (2021-01-24)

  • chore: increment patch version (adf800c)
  • fix: include missing multer type def (7cf9196)
  • Update README.md (719ae1c)
  • Update README.md (b14b31d)

4.10.6 (2021-01-15)

  • fix: #469 - Response validation skipped on status codes >=400 (57d3c0e), closes #469

4.10.5 (2021-01-11)

4.10.4 (2021-01-09)

4.10.2 (2021-01-02)

  • chore: increment patch version (de89f56)
  • chore: increment patch version (dd9eb8e)
  • chore: increment patch version (5df747c)
  • chore: increment patch version (f35b1f2)
  • chore: increment patch version (a542ece)
  • chore: increment v4.10.0 (7357083)
  • chore: launch.json (3347f5d)
  • chore: publish script (ab392b8)
  • chore: remove docs folder (1592223)
  • chore: update example deps (1846227)
  • fix: #495 inconsistent validation of multipart request body with $ref (#496) (832f865), closes #495 #496 #495
  • fix: case-insensitive charset (#503) (20aa8f1), closes #503
  • fix: preprocessor fails if it cannot dereference a path (45c2605)
  • fix: preprocessor fails if it cannot dereference a path. skip it. (57324ee)
  • fix: update comments (6f7f582)
  • improved schema preprocessor and Date object handling (validation/serialization) for response bodi ([e08f45a](https://github.com/cdima...
Read more

v4.12.1

02 Mar 02:01
Compare
Choose a tag to compare

4.12.1 (2021-03-02)

4.12.0 (2021-02-28)

  • test: add multi-spec test (1f50892)
  • test: multi.spec test (c8cf43e)
  • test: remove console logs (dccf760)
  • chore: increment minor version (7e77207)
  • fix: observe validateApiSpec and avoid schema re-checks (performance) (#544) (e794c59), closes #544
  • docs: add aaronluman as a contributor (#545) (492e1f9), closes #545
  • feat: example 2 deps (8d27580)

4.11.1 (2021-02-28)

  • chore: update lockfile and patch version (a7b8a2a)
  • chore: update npmignore (7f6eed8)

4.10.12 (2021-02-14)

  • chore: increment patch version (4d2df86)
  • fix: upgrade json-schema-ref-parser from 9.0.6 to 9.0.7 (#534) (1a8cdf0), closes #534
  • add option removeAdditional to validateRequest options (#501) (acada10), closes #501
  • Fix Mutation of API Spec (#537) (2866ce6), closes #537

4.10.10 (2021-02-03)

4.10.9 (2021-01-24)

  • chore: increment patch version (adf800c)
  • fix: include missing multer type def (7cf9196)
  • Update README.md (719ae1c)
  • Update README.md (b14b31d)

4.10.6 (2021-01-15)

  • fix: #469 - Response validation skipped on status codes >=400 (57d3c0e), closes #469

4.10.5 (2021-01-11)

4.10.4 (2021-01-09)

4.10.2 (2021-01-02)

  • chore: increment patch version (de89f56)
  • chore: increment patch version (dd9eb8e)
  • chore: increment patch version (5df747c)
  • chore: increment patch version (f35b1f2)
  • chore: increment patch version (a542ece)
  • chore: increment v4.10.0 (7357083)
  • chore: launch.json (3347f5d)
  • chore: publish script (ab392b8)
  • chore: remove docs folder (1592223)
  • chore: update example deps (1846227)
  • fix: #495 inconsistent validation of multipart request body with $ref (#496) (832f865), closes #495 #496 #495
  • fix: case-insensitive charset (#503) (20aa8f1), closes #503
  • fix: preprocessor fails if it cannot dereference a path (45c2605)
  • fix: preprocessor fails if it cannot dereference a path. skip it. (57324ee)
  • fix: update comments (6f7f582)
  • improved schema preprocessor and Date object handling (validation/serialization) for response bodi (e08f45a), closes #499
  • Update no.components.spec.ts (7899c54)
  • test: empty components (61b698a)
  • doc: brief summary (60f2cf4)
  • doc: update README (f466d9e)
  • doc: update README (1d3dcee)
  • doc: update README (29a83a7)
  • feat: discriminator example ...
Read more

v4.12.0

28 Feb 18:49
Compare
Choose a tag to compare

4.12.0 (2021-02-28)

  • test: add multi-spec test (1f50892)
  • test: multi.spec test (c8cf43e)
  • test: remove console logs (dccf760)
  • chore: increment minor version (7e77207)
  • fix: observe validateApiSpec and avoid schema re-checks (performance) (#544) (e794c59), closes #544
  • docs: add aaronluman as a contributor (#545) (492e1f9), closes #545
  • feat: example 2 deps (8d27580)

4.11.1 (2021-02-28)

  • chore: update lockfile and patch version (a7b8a2a)
  • chore: update npmignore (7f6eed8)

4.10.12 (2021-02-14)

  • chore: increment patch version (4d2df86)
  • fix: upgrade json-schema-ref-parser from 9.0.6 to 9.0.7 (#534) (1a8cdf0), closes #534
  • add option removeAdditional to validateRequest options (#501) (acada10), closes #501
  • Fix Mutation of API Spec (#537) (2866ce6), closes #537

4.10.10 (2021-02-03)

4.10.9 (2021-01-24)

  • chore: increment patch version (adf800c)
  • fix: include missing multer type def (7cf9196)
  • Update README.md (719ae1c)
  • Update README.md (b14b31d)

4.10.6 (2021-01-15)

  • fix: #469 - Response validation skipped on status codes >=400 (57d3c0e), closes #469

4.10.5 (2021-01-11)

4.10.4 (2021-01-09)

4.10.2 (2021-01-02)

  • chore: increment patch version (de89f56)
  • chore: increment patch version (dd9eb8e)
  • chore: increment patch version (5df747c)
  • chore: increment patch version (f35b1f2)
  • chore: increment patch version (a542ece)
  • chore: increment v4.10.0 (7357083)
  • chore: launch.json (3347f5d)
  • chore: publish script (ab392b8)
  • chore: remove docs folder (1592223)
  • chore: update example deps (1846227)
  • fix: #495 inconsistent validation of multipart request body with $ref (#496) (832f865), closes #495 #496 #495
  • fix: case-insensitive charset (#503) (20aa8f1), closes #503
  • fix: preprocessor fails if it cannot dereference a path (45c2605)
  • fix: preprocessor fails if it cannot dereference a path. skip it. (57324ee)
  • fix: update comments (6f7f582)
  • improved schema preprocessor and Date object handling (validation/serialization) for response bodi (e08f45a), closes #499
  • Update no.components.spec.ts (7899c54)
  • test: empty components (61b698a)
  • doc: brief summary (60f2cf4)
  • doc: update README (f466d9e)
  • doc: update README (1d3dcee)
  • doc: update README (29a83a7)
  • feat: discriminator example (95509b8)
  • docs: add electrotype as a contributor (#502) (e8d6a37), closes #502
  • docs: add pilerou as a contributor (#497) (2b2aa7f), closes #497

4.10.1 (2020-12-28)

  • fix: #495 inconsistent val...
Read more

v4.11.1

28 Feb 02:21
Compare
Choose a tag to compare

4.11.1 (2021-02-28)

  • chore: update lockfile and patch version (a7b8a2a)
  • chore: update npmignore (7f6eed8)

4.10.12 (2021-02-14)

  • chore: increment patch version (4d2df86)
  • fix: upgrade json-schema-ref-parser from 9.0.6 to 9.0.7 (#534) (1a8cdf0), closes #534
  • add option removeAdditional to validateRequest options (#501) (acada10), closes #501
  • Fix Mutation of API Spec (#537) (2866ce6), closes #537

4.10.10 (2021-02-03)

4.10.9 (2021-01-24)

  • chore: increment patch version (adf800c)
  • fix: include missing multer type def (7cf9196)
  • Update README.md (719ae1c)
  • Update README.md (b14b31d)

4.10.6 (2021-01-15)

  • fix: #469 - Response validation skipped on status codes >=400 (57d3c0e), closes #469

4.10.5 (2021-01-11)

4.10.4 (2021-01-09)

4.10.2 (2021-01-02)

  • chore: increment patch version (de89f56)
  • chore: increment patch version (dd9eb8e)
  • chore: increment patch version (5df747c)
  • chore: increment patch version (f35b1f2)
  • chore: increment patch version (a542ece)
  • chore: increment v4.10.0 (7357083)
  • chore: launch.json (3347f5d)
  • chore: publish script (ab392b8)
  • chore: remove docs folder (1592223)
  • chore: update example deps (1846227)
  • fix: #495 inconsistent validation of multipart request body with $ref (#496) (832f865), closes #495 #496 #495
  • fix: case-insensitive charset (#503) (20aa8f1), closes #503
  • fix: preprocessor fails if it cannot dereference a path (45c2605)
  • fix: preprocessor fails if it cannot dereference a path. skip it. (57324ee)
  • fix: update comments (6f7f582)
  • improved schema preprocessor and Date object handling (validation/serialization) for response bodi (e08f45a), closes #499
  • Update no.components.spec.ts (7899c54)
  • test: empty components (61b698a)
  • doc: brief summary (60f2cf4)
  • doc: update README (f466d9e)
  • doc: update README (1d3dcee)
  • doc: update README (29a83a7)
  • feat: discriminator example (95509b8)
  • docs: add electrotype as a contributor (#502) (e8d6a37), closes #502
  • docs: add pilerou as a contributor (#497) (2b2aa7f), closes #497

4.10.1 (2020-12-28)

Read more

v4.11.0

15 Feb 00:34
Compare
Choose a tag to compare

4.10.12 (2021-02-14)

  • chore: increment patch version (4d2df86)
  • fix: upgrade json-schema-ref-parser from 9.0.6 to 9.0.7 (#534) (1a8cdf0), closes #534
  • add option removeAdditional to validateRequest options (#501) (acada10), closes #501
  • Fix Mutation of API Spec (#537) (2866ce6), closes #537

4.10.10 (2021-02-03)

4.10.9 (2021-01-24)

  • chore: increment patch version (adf800c)
  • fix: include missing multer type def (7cf9196)
  • Update README.md (719ae1c)
  • Update README.md (b14b31d)

4.10.6 (2021-01-15)

  • fix: #469 - Response validation skipped on status codes >=400 (57d3c0e), closes #469

4.10.5 (2021-01-11)

4.10.4 (2021-01-09)

4.10.2 (2021-01-02)

  • chore: increment patch version (de89f56)
  • chore: increment patch version (dd9eb8e)
  • chore: increment patch version (5df747c)
  • chore: increment patch version (f35b1f2)
  • chore: increment patch version (a542ece)
  • chore: increment v4.10.0 (7357083)
  • chore: launch.json (3347f5d)
  • chore: publish script (ab392b8)
  • chore: remove docs folder (1592223)
  • chore: update example deps (1846227)
  • fix: #495 inconsistent validation of multipart request body with $ref (#496) (832f865), closes #495 #496 #495
  • fix: case-insensitive charset (#503) (20aa8f1), closes #503
  • fix: preprocessor fails if it cannot dereference a path (45c2605)
  • fix: preprocessor fails if it cannot dereference a path. skip it. (57324ee)
  • fix: update comments (6f7f582)
  • improved schema preprocessor and Date object handling (validation/serialization) for response bodi (e08f45a), closes #499
  • Update no.components.spec.ts (7899c54)
  • test: empty components (61b698a)
  • doc: brief summary (60f2cf4)
  • doc: update README (f466d9e)
  • doc: update README (1d3dcee)
  • doc: update README (29a83a7)
  • feat: discriminator example (95509b8)
  • docs: add electrotype as a contributor (#502) (e8d6a37), closes #502
  • docs: add pilerou as a contributor (#497) (2b2aa7f), closes #497

4.10.1 (2020-12-28)

Read more

v4.10.12

14 Feb 23:56
Compare
Choose a tag to compare

4.10.12 (2021-02-14)

  • chore: increment patch version (4d2df86)
  • fix: upgrade json-schema-ref-parser from 9.0.6 to 9.0.7 (#534) (1a8cdf0), closes #534
  • add option removeAdditional to validateRequest options (#501) (acada10), closes #501
  • Fix Mutation of API Spec (#537) (2866ce6), closes #537

4.10.10 (2021-02-03)

4.10.9 (2021-01-24)

  • chore: increment patch version (adf800c)
  • fix: include missing multer type def (7cf9196)
  • Update README.md (719ae1c)
  • Update README.md (b14b31d)

4.10.6 (2021-01-15)

  • fix: #469 - Response validation skipped on status codes >=400 (57d3c0e), closes #469

4.10.5 (2021-01-11)

4.10.4 (2021-01-09)

4.10.2 (2021-01-02)

  • chore: increment patch version (de89f56)
  • chore: increment patch version (dd9eb8e)
  • chore: increment patch version (5df747c)
  • chore: increment patch version (f35b1f2)
  • chore: increment patch version (a542ece)
  • chore: increment v4.10.0 (7357083)
  • chore: launch.json (3347f5d)
  • chore: publish script (ab392b8)
  • chore: remove docs folder (1592223)
  • chore: update example deps (1846227)
  • fix: #495 inconsistent validation of multipart request body with $ref (#496) (832f865), closes #495 #496 #495
  • fix: case-insensitive charset (#503) (20aa8f1), closes #503
  • fix: preprocessor fails if it cannot dereference a path (45c2605)
  • fix: preprocessor fails if it cannot dereference a path. skip it. (57324ee)
  • fix: update comments (6f7f582)
  • improved schema preprocessor and Date object handling (validation/serialization) for response bodi (e08f45a), closes #499
  • Update no.components.spec.ts (7899c54)
  • test: empty components (61b698a)
  • doc: brief summary (60f2cf4)
  • doc: update README (f466d9e)
  • doc: update README (1d3dcee)
  • doc: update README (29a83a7)
  • feat: discriminator example (95509b8)
  • docs: add electrotype as a contributor (#502) (e8d6a37), closes #502
  • docs: add pilerou as a contributor (#497) (2b2aa7f), closes #497

4.10.1 (2020-12-28)

Read more

v4.10.11

03 Feb 04:42
Compare
Choose a tag to compare

4.10.10 (2021-02-03)

4.10.9 (2021-01-24)

  • chore: increment patch version (adf800c)
  • fix: include missing multer type def (7cf9196)
  • Update README.md (719ae1c)
  • Update README.md (b14b31d)

4.10.6 (2021-01-15)

  • fix: #469 - Response validation skipped on status codes >=400 (57d3c0e), closes #469

4.10.5 (2021-01-11)

4.10.4 (2021-01-09)

4.10.2 (2021-01-02)

  • chore: increment patch version (de89f56)
  • chore: increment patch version (dd9eb8e)
  • chore: increment patch version (5df747c)
  • chore: increment patch version (f35b1f2)
  • chore: increment patch version (a542ece)
  • chore: increment v4.10.0 (7357083)
  • chore: launch.json (3347f5d)
  • chore: publish script (ab392b8)
  • chore: remove docs folder (1592223)
  • chore: update example deps (1846227)
  • fix: #495 inconsistent validation of multipart request body with $ref (#496) (832f865), closes #495 #496 #495
  • fix: case-insensitive charset (#503) (20aa8f1), closes #503
  • fix: preprocessor fails if it cannot dereference a path (45c2605)
  • fix: preprocessor fails if it cannot dereference a path. skip it. (57324ee)
  • fix: update comments (6f7f582)
  • improved schema preprocessor and Date object handling (validation/serialization) for response bodi (e08f45a), closes #499
  • Update no.components.spec.ts (7899c54)
  • test: empty components (61b698a)
  • doc: brief summary (60f2cf4)
  • doc: update README (f466d9e)
  • doc: update README (1d3dcee)
  • doc: update README (29a83a7)
  • feat: discriminator example (95509b8)
  • docs: add electrotype as a contributor (#502) (e8d6a37), closes #502
  • docs: add pilerou as a contributor (#497) (2b2aa7f), closes #497

4.10.1 (2020-12-28)

Read more

v4.10.10

03 Feb 02:51
Compare
Choose a tag to compare

4.10.10 (2021-02-03)

4.10.9 (2021-01-24)

  • chore: increment patch version (adf800c)
  • fix: include missing multer type def (7cf9196)
  • Update README.md (719ae1c)
  • Update README.md (b14b31d)

4.10.6 (2021-01-15)

  • fix: #469 - Response validation skipped on status codes >=400 (57d3c0e), closes #469

4.10.5 (2021-01-11)

4.10.4 (2021-01-09)

4.10.2 (2021-01-02)

  • chore: increment patch version (de89f56)
  • chore: increment patch version (dd9eb8e)
  • chore: increment patch version (5df747c)
  • chore: increment patch version (f35b1f2)
  • chore: increment patch version (a542ece)
  • chore: increment v4.10.0 (7357083)
  • chore: launch.json (3347f5d)
  • chore: publish script (ab392b8)
  • chore: remove docs folder (1592223)
  • chore: update example deps (1846227)
  • fix: #495 inconsistent validation of multipart request body with $ref (#496) (832f865), closes #495 #496 #495
  • fix: case-insensitive charset (#503) (20aa8f1), closes #503
  • fix: preprocessor fails if it cannot dereference a path (45c2605)
  • fix: preprocessor fails if it cannot dereference a path. skip it. (57324ee)
  • fix: update comments (6f7f582)
  • improved schema preprocessor and Date object handling (validation/serialization) for response bodi (e08f45a), closes #499
  • Update no.components.spec.ts (7899c54)
  • test: empty components (61b698a)
  • doc: brief summary (60f2cf4)
  • doc: update README (f466d9e)
  • doc: update README (1d3dcee)
  • doc: update README (29a83a7)
  • feat: discriminator example (95509b8)
  • docs: add electrotype as a contributor (#502) (e8d6a37), closes #502
  • docs: add pilerou as a contributor (#497) (2b2aa7f), closes #497

4.10.1 (2020-12-28)

Read more

v4.10.9

24 Jan 19:15
Compare
Choose a tag to compare

4.10.9 (2021-01-24)

  • chore: increment patch version (adf800c)
  • fix: include missing multer type def (7cf9196)
  • Update README.md (719ae1c)
  • Update README.md (b14b31d)

4.10.6 (2021-01-15)

  • fix: #469 - Response validation skipped on status codes >=400 (57d3c0e), closes #469

4.10.5 (2021-01-11)

4.10.4 (2021-01-09)

4.10.2 (2021-01-02)

  • chore: increment patch version (de89f56)
  • chore: increment patch version (dd9eb8e)
  • chore: increment patch version (5df747c)
  • chore: increment patch version (f35b1f2)
  • chore: increment patch version (a542ece)
  • chore: increment v4.10.0 (7357083)
  • chore: launch.json (3347f5d)
  • chore: publish script (ab392b8)
  • chore: remove docs folder (1592223)
  • chore: update example deps (1846227)
  • fix: #495 inconsistent validation of multipart request body with $ref (#496) (832f865), closes #495 #496 #495
  • fix: case-insensitive charset (#503) (20aa8f1), closes #503
  • fix: preprocessor fails if it cannot dereference a path (45c2605)
  • fix: preprocessor fails if it cannot dereference a path. skip it. (57324ee)
  • fix: update comments (6f7f582)
  • improved schema preprocessor and Date object handling (validation/serialization) for response bodi (e08f45a), closes #499
  • Update no.components.spec.ts (7899c54)
  • test: empty components (61b698a)
  • doc: brief summary (60f2cf4)
  • doc: update README (f466d9e)
  • doc: update README (1d3dcee)
  • doc: update README (29a83a7)
  • feat: discriminator example (95509b8)
  • docs: add electrotype as a contributor (#502) (e8d6a37), closes #502
  • docs: add pilerou as a contributor (#497) (2b2aa7f), closes #497

4.10.1 (2020-12-28)

  • fix: #495 inconsistent validation of multipart request body with $ref (#496) (832f865), closes #495 #496 #495
  • fix: case-insensitive charset (#503) (20aa8f1), closes #503
  • chore: increment patch version (5df747c)
  • chore: increment patch version (f35b1f2)
  • chore: increment patch version (a542ece)
  • chore: increment v4.10.0 (7357083)
  • chore: launch.json (3347f5d)
  • chore: publish script (ab392b8)
  • chore: remove docs folder (1592223)
  • chore: update example deps (1846227)
  • improved schema preprocessor and Date object handling (validation/serialization) for response bodi (e08f45a), closes #499
  • docs: add electrotype as a contributor (#502) (e8d6a37), closes #502
  • docs: add pilerou as a contributor (#497) (2b2aa7f), closes #497
  • doc: brief summary (60f2cf4)
  • doc: update README (1d3dcee)
  • doc: update README (29a83a7)

4.10.0 (2020-12-26)

Read more