Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.11 KB

CHANGELOG.md

File metadata and controls

26 lines (17 loc) · 1.11 KB

Changelog

5.60.0 23/01/2024

feat: when the body is type: object without props the Joi validation will now be Joi.any() - essentially no validation and anything send use case for example being incoming webhooks from 3rd party with unknown payload.

5.59.0 12/01/2024

revert: 5.57.0

5.58.0 12/01/2024

unpublished version

5.57.0 15/11/2024

fix: allof fixed for deeply nested allOfs - was previously dropping some required fields. chore: @apidevtools/json-schema-ref-parser upgraded from json-schema-ref-parser

5.56.0 12/08/2024

feat: Now allows enums on type number and integer

5.55.0 17/01/2024

feat: Input validation and transformation via x-joi-<method name> in a openapi schema. Docs Joi methods exposed

feat: Auto trim strings config (default is off). Docs auto trim

5.54.1 08/01/2024

fix: Nested objects sometimes resulted in required fields being dropped in the input validation of Joi.