Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

v0.51.5

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Dec 15:03
· 49 commits to main since this release
7bc2941

Patch Changes

  • #629 f690ebe Thanks @gcanti! - Schema: add filter overloading returning Option

    For more complex scenarios, you can return an Option<ParseError> type instead of a boolean. In this context, None indicates success, and Some(error) rejects the input with a specific error