1.0.0
- Up ReScript dependency to 11+.
JSON
,Null
andNullable
untagged variants are now properly exposed.- BREAKING: Duplicated definition of
result
inResult
module removed, asresult
is now a built in. Switch out anyResult.t
type annotations to point to the built inresult
instead.