Skip to content

Releases: kevin-lee/can-equal

v0.1.1

11 Oct 12:43
a750e28
Compare
Choose a tag to compare

0.1.1 - 2021-10-11

Done

  • Hedgehog should be Test dependency (#31)

v0.1.0

22 May 10:25
d49297b
Compare
Choose a tag to compare

0.1.0 - 2021-05-22

Done

  • Add GitHub Actions workflow files (#2)
  • Add GitHub issue ticket templates (#4)
  • Add CanEqual typeclass instances of Option (#6)
  • Add CanEqual typeclass instance of Either (#7)
  • Add CanEqual typeclass instances of Tuple (#8)
  • Add CanEqual typeclass instances of Option, Either and Tuple (#9)
  • Add CanEqual[Seq[T], Seq[T]] for pattern matching on Seq (#18)
  • Add CanEqual[Seq[T], Seq[T]] to all (#20)