Skip to content

Releases: jatcwang/difflicious

v0.4.3

31 Aug 08:42
5a45842
Compare
Choose a tag to compare

Changes

v0.4.2

07 Aug 16:27
ee39e6e
Compare
Choose a tag to compare

Changes

v0.4.1

04 Feb 09:43
4aa81d0
Compare
Choose a tag to compare

Changes

  • Fix printing of value differ results to color properly @jatcwang (#21)

v0.4.0

01 Feb 09:35
eb74eb1
Compare
Choose a tag to compare

Changes

v0.4.0-M1

02 Dec 11:19
285f1da
Compare
Choose a tag to compare

Changes

v0.3.1-M2

23 Aug 11:03
54c762d
Compare
Choose a tag to compare

New

v0.3.0-M1

28 Jul 09:01
b837d40
Compare
Choose a tag to compare

New

  • Add instances for Option and Either @jatcwang (#14)
  • Allow creating an "always ignore" instance using Differ.alwaysIgnore[T] @jatcwang (#12)

Breaking changes

  • Derivation change to derived (from derive). Name change in preparation for magnolia upgrade @jatcwang (#13)

v0.2.0

12 Jul 21:44
f5f7b10
Compare
Choose a tag to compare

What's New

Differ instances for java.time.* types! (#8)

You can now easily diff java.time.* types!

Add contramap method for ValueDiffer (#9)

Useful for wrapper types / "newtypes". See https://jatcwang.github.io/difflicious/docs/best-practices-and-faq for usage examples

Changes

  • Fix sbt output coloring (#10)
  • Update deps (#11)