Skip to content

v0.17.2

Choose a tag to compare

@mertcanaltin mertcanaltin released this 24 May 18:26
· 25 commits to master since this release

Fixed

  • validate() now returns the typed data on success, the validated input after any in-place coercion or defaults. The ValidationResult<T> type has carried data: T since 0.17.0, but the runtime never populated it, so result.data was undefined. isValidObject() and abortEarly stay allocation-free for callers that only need a boolean.