Skip to content

v42.0.0

Compare
Choose a tag to compare
@tetsuharuohzeki tetsuharuohzeki released this 03 Apr 17:12
· 46 commits to main since this release
36312cd

Breaking Changes

Remove deprecated unwrapOrThrowErrorFromResult. #2191

unwrapOrThrowErrorFromResult in option-t/PlainResult/unwrapOrThrowError has been deprecated in v41.2.0 by the same reason with #2188.

Please use unwrapOrThrowErrorForResult provided by option-t/PlainResult/unwrapOrThrowError instead.

Unship filter from option-t/{Maybe, Nullable, Undefinable} and option-t/{Maybe, Nullable, Undefinable}/namespace. #2192

We introduced them in v41.1.0 but it was too early decision.
We unship them from option-t/{Maybe, Nullable, Undefinable} and option-t/{Maybe, Nullable, Undefinable}/namespace.

If you would like to use them, please use option-t/<TypeName>/{filter, filterAsync}.