Skip to content

3.0.0

Compare
Choose a tag to compare
@andrenarchy andrenarchy released this 06 Apr 06:26
· 13 commits to main since this release

This version introduces a breaking change: all validators and transformers now return Result<T> instead of just T to facilitate error handling without throwing errors. To facilitate transition from 2.x to 3.x you can use toThrow() (see README).