Skip to content

Commit 9fe9415

Browse files
committed
Fix bug in cheap diff, add tests.
1 parent 7c15655 commit 9fe9415

File tree

7 files changed

+1433
-402
lines changed

7 files changed

+1433
-402
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
package-lock.json binary
2+

elm.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"name": "lattyware/elm-json-diff",
44
"summary": "Compute JSON patches by comparing two JSON values.",
55
"license": "BSD-3-Clause",
6-
"version": "1.0.0",
6+
"version": "1.0.1",
77
"exposed-modules": [
88
"Json.Diff",
99
"Json.Patch.Invertible"
1010
],
1111
"elm-version": "0.19.0 <= v <= 0.20.0",
1212
"dependencies": {
13-
"elm/core": "1.0.4 <= v < 2.0.0",
13+
"elm/core": "1.0.5 <= v < 2.0.0",
1414
"elm/json": "1.1.3 <= v < 2.0.0",
1515
"norpan/elm-json-patch": "1.0.1 <= v < 2.0.0"
1616
},

0 commit comments

Comments
 (0)