3.0.0
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).