Skip to content

Commit 747dae6

Browse files
committed
Link to Editscript and Huahai Yang's post on the topic
1 parent 43bab04 commit 747dae6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
## Fixed
1212

13-
- Fix unsupported cljs lookbehind regex in code inherited from Puget
13+
- Fix unsupported cljs lookbehind regex in code inherited from Puget (Thanks [@JarrodCTaylor](https://github.com/JarrodCTaylor)!)
1414

1515
# 2.0.0-84 (2020-04-01 / 9c2af83)
1616

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ Recursively compare Clojure or ClojureScript data structures, and produce a colo
88

99
![screenshot showing REPL example](screenshot.png)
1010

11+
Deep-diff2 is foremost intended for creating visual diffs for human consumption,
12+
if you want to programatically diff/patch Clojure data structures then
13+
[Editscript](https://github.com/juji-io/editscript) may be a better fit, see
14+
[this write-up by Huahai Yang](https://juji.io/blog/comparing-clojure-diff-libraries/).
15+
1116
<!-- opencollective -->
1217
### Support Lambda Island Open Source
1318

0 commit comments

Comments
 (0)