Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 809 Bytes

CHANGELOG.md

File metadata and controls

17 lines (11 loc) · 809 Bytes

Changelog

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.