Files
typebox/changelog/0.25.10.md
sinclair 13d553220c Publish
2025-12-24 15:44:34 +09:00

395 B

0.25.10

Updates:

  • 283 Updates the custom type validator callback signature to accept a schema instance. The schema instance may include additional constraints (such as options) that may be used during the validation process. Custom.Set('<Kind>', (schema, value) => { ... }).