Skip to content

Releases: tfausak/witch

0.2.0.1

26 Apr 12:18
9f5663e
Compare
Choose a tag to compare
  • #16: Fixed Cast instances between Float and Double.
  • #15: Changed Show instance for TryCastException to use type applications rather than a comment.

0.2.0.0

23 Apr 13:08
feb1465
Compare
Choose a tag to compare
  • #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.

0.1.1.0

19 Apr 17:37
9451052
Compare
Choose a tag to compare
  • 12946e8: Added Cast instance for TryCastException to easily change the target type.
  • 67a3cc5: Fixed some typos in the documentation.

0.1.0.0

18 Apr 19:05
d7f2bf9
Compare
Choose a tag to compare
  • #5: Rewrote pretty much everything.

0.0.0.5

07 Feb 19:06
4070d4b
Compare
Choose a tag to compare
  • Added support for GHC 9.0.
  • Dropped support for GHC 8.6 and earlier.

0.0.0.4

05 Dec 18:21
606a544
Compare
Choose a tag to compare
  • #3: Added support for bytestring-0.11.* and QuickCheck-2.14.*.

0.0.0.3

19 Nov 00:07
015032b
Compare
Choose a tag to compare
  • #1: Renamed From to Cast. Renamed from to cast. Added new from function that requires type applications. Changed into to require type applications. Changed type variable names to be more suggestive.

0.0.0.2

14 Nov 17:46
a789db5
Compare
Choose a tag to compare
  • Nothing changed.

0.0.0.1

14 Nov 17:42
Compare
Choose a tag to compare
  • Nothing changed.

0.0.0.0

14 Nov 17:29
Compare
Choose a tag to compare
  • Initially released.