Releases: paperhive/fefe
Releases · paperhive/fefe
3.2.0
3.1.0
Add discriminatedUnion()
.
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).
3.0.0-beta.4
provide token with checkout
3.0.0-beta.3
Use different token for releasing
3.0.0-beta.2
3.0.0-beta.1
Rewrite with pure functional Either<Error, Result> pattern, see #29.
v2.0.2
Fixed
- Fix missing export of
defaultTo
. Thx @alanpearce! #13
v2.0.1
Fixed
- Fix
optional()
to allow typescript to create optional keys