Skip to content

0.2.0.0

Compare
Choose a tag to compare
@tfausak tfausak released this 23 Apr 13:08
· 254 commits to main since this release
feb1465
  • #12: Added optional original exception to TryCastException. This is a breaking change that changes the constructor and also removes the Eq instance.
  • #13: Added maybeTryCast and eitherTryCast functions for more easily implementing TryCast instances.
  • #11: Added Cast instances for converting TryCastException s t into String, strict Text, and lazy Text.
  • #10: Improved documentation about typed Template Haskell splices.