fix: template fetch fail message referred toa URL even when local path provided
fix: log removed
fix: tpl_testing ignore split out into copy and render ignore patterns
feat: tpl_testing added to the default ignore allowing a tpl to hold own test files
chore: typescript bumped to latest major and quicktype to latest minor in the 15 major range
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.
revert: 5.57.0
unpublished version
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
feat: Now allows enums on type number and integer
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
fix: Nested objects sometimes resulted in required fields being dropped in the input validation of Joi.