Skip to content

Releases: chwthewke/auto-diff

auto-diff 0.5.1

03 Jul 14:27
Compare
Choose a tag to compare

Fixes a long standing bug where Diff.inAnyOrder would report incorrect differences if the right argument had repetitions of the exact same value (according to ==).

auto-diff 0.5.0

03 Jul 14:26
Compare
Choose a tag to compare

Adds a Diff instance for scala.collection.immutable.SortedMap

Move DiffMatch.Hint to its own top-level class Hint, leaving a forwarder, and add a bit of doc for it.

auto-diff 0.4.0

03 Jul 14:24
Compare
Choose a tag to compare

Add support for Scala 2.13

Add Diff instances for new collection types.

auto-diff 0.3.0

03 Jul 14:24
Compare
Choose a tag to compare

The first usable release, targetting Scala 2.12.

This release completely overhauled the generic derivation mechanisms.