Skip to content

Releases: Lattyware/elm-json-diff

1.0.2: Fix cheapDiff bug.

10 May 12:31
Compare
Choose a tag to compare

Changelog:

  • As per #5: adding values to a list could cause patches to fail when using cheapDiff. This version fixes that.
  • New tests for this issue.

Fix bug with cheap diff.

08 Aug 22:08
9fe9415
Compare
Choose a tag to compare

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.

1.0.0

04 Feb 00:04
3d2a9e1
Compare
Choose a tag to compare

Initial version.