0.2.0.0
- #12: Added optional original exception to
TryCastException
. This is a breaking change that changes the constructor and also removes theEq
instance. - #13: Added
maybeTryCast
andeitherTryCast
functions for more easily implementingTryCast
instances. - #11: Added
Cast
instances for convertingTryCastException s t
intoString
, strictText
, and lazyText
. - #10: Improved documentation about typed Template Haskell splices.