Releases: Lattyware/elm-json-diff
Releases · Lattyware/elm-json-diff
1.0.2: Fix cheapDiff bug.
Fix bug with cheap diff.
As described in #2, there was a bug where the cheap diff function would produce incorrect diffs for lists.
This release fixes that issue and adds tests for the cheap diff function.