- bd2cac7: bump typescript to v4
- c8fc209: bump better-ajv-errors version
- 5cc0aeb: Renovate bump dependencies
- 48fa398: Make response header name validation case-insensitive
- b99e1f1: Renovate bump dependencies
- 9b804b4: fix: use responseBodyAjvOptions if passed
- f0ed23d: fix #45 where validateRequest was mistakenly called in validateResponseByOperationId
- af69512: Bump avj to 6.12.3
- 4612f8a: Fixed type of ChowError.meta.rawErrors and updated documentation
- 0df9521: Upgrade json-schema-deref-sync
-
e7ce361: 💥 Breaking Changes:
validateRequest
will now be deprecated in favor ofvalidateRequestByPath
, but it will NOT break. Instead, it will be printing a deprecated warning message, but do expect it to be removed completely in the future.🎁 New Features: Adds support for validate by operationId
- a833a4c: Fix registry
- 1edce3e: Add constructor argument "options" (ChowOptions) to CompiledRequestBody. This arg is passed to CompiledSchema and ultimately AJV for validation
- 989f29c: Make HTTP header names case-insensitive
- ab942d4: Support parameter override
- ef5b0fe: Bump dev pkgs
- 4ed0b01: bump better-ajv-errors