File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 66
77## Changed
88
9+ # 2.0.0-73 (2020-03-31 / 21c86413)
10+
11+ ## Fixed
12+
13+ - Typos in deep_diff2.cljs resulting from naming changes
14+
915# 2.0.0-72 (2020-03-27 / 2862182)
1016
1117## Added
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ If you find value in our work please consider [becoming a backer on Open Collect
1919deps.edn
2020
2121```
22- lambdaisland/deep-diff2 {:mvn/version "2.0.0-72 "}
22+ lambdaisland/deep-diff2 {:mvn/version "2.0.0-73 "}
2323```
2424
2525project.clj
2626
2727```
28- [lambdaisland/deep-diff2 "2.0.0-72 "]
28+ [lambdaisland/deep-diff2 "2.0.0-73 "]
2929```
3030
3131## Use
Original file line number Diff line number Diff line change 1717 Insertions/Deletions in maps are marked by wrapping the key, even though the
1818 change applies to the whole map entry."
1919 [expected actual]
20- (diff/diff expected actual))
20+ (diff-impl /diff expected actual))
2121
2222(defn printer
2323 " Construct a Puget printer instance suitable for printing diffs.
3636 Pretty print a diffed data structure, as obtained from [[diff]]. Optionally
3737 takes a Puget printer instance, see [[printer]]."
3838 ([diff]
39- (pretty-print diff (build- printer )))
39+ (pretty-print diff (printer )))
4040 ([diff printer]
4141 (-> diff
4242 (printer-impl/format-doc printer)
You can’t perform that action at this time.
0 commit comments