lowdefy/lowdefy v5.4.0 (opens in new tab)
#JavaScript What's New feat: Add ajv-formats + ajv-keywords plugins, a compile({ schema }) export, and a ValidateSchema routine step Packages: @lowdefy/api, @lowdefy/build, @lowdefy/ajv Breaking change: @lowdefy/ajv now registers ajv-formats and ajv-keywords on the shared Ajv instance. Schemas that use format: date-time / email / uri / uuid / etc. or the instanceof keyword previously slipped through validate() un-validated; they are now checked. Schemas that were already invalid against these...
Read the original article