11# lambdaisland/deep-diff2
22
33<!-- badges -->
4- [ ![ CircleCI] ( https://circleci.com/gh/lambdaisland/deep-diff2.svg?style=svg )] ( https://circleci.com/gh/lambdaisland/deep-diff2 ) [ ![ cljdoc badge] ( https://cljdoc.org/badge/lambdaisland/deep-diff2 )] ( https://cljdoc.org/d/lambdaisland/deep-diff2 ) [ ![ Clojars Project] ( https://img.shields.io/clojars/v/lambdaisland/deep-diff2.svg )] ( https://clojars.org/lambdaisland/deep-diff2 ) [ ![ codecov ] ( https://codecov.io/gh/lambdaisland/deep-diff2/branch/master/graph/badge.svg )] ( https://codecov.io/gh/lambdaisland/deep-diff2 )
4+ [ ![ CircleCI] ( https://circleci.com/gh/lambdaisland/deep-diff2.svg?style=svg )] ( https://circleci.com/gh/lambdaisland/deep-diff2 ) [ ![ cljdoc badge] ( https://cljdoc.org/badge/lambdaisland/deep-diff2 )] ( https://cljdoc.org/d/lambdaisland/deep-diff2 ) [ ![ Clojars Project] ( https://img.shields.io/clojars/v/lambdaisland/deep-diff2.svg )] ( https://clojars.org/lambdaisland/deep-diff2 )
55<!-- /badges -->
66
77Recursively compare Clojure or ClojureScript data structures, and produce a colorized diff of the result.
@@ -14,11 +14,25 @@ if you want to programatically diff/patch Clojure data structures then
1414[ this write-up by Huahai Yang] ( https://juji.io/blog/comparing-clojure-diff-libraries/ ) .
1515
1616<!-- opencollective -->
17- ### Support Lambda Island Open Source
1817
19- lambdaisland/deep-diff2 is part of a growing collection of quality Clojure libraries and
20- tools released on the Lambda Island label. If you find value in our work please
21- consider [ becoming a backer on Open Collective] ( http://opencollective.com/lambda-island#section-contribute )
18+   ;
19+
20+ <img align =" left " src =" https://github.com/lambdaisland/open-source/raw/master/artwork/lighthouse_readme.png " >
21+
22+   ;
23+
24+ ## Support Lambda Island Open Source
25+
26+ deep-diff2 is part of a growing collection of quality Clojure libraries and
27+ tools released on the Lambda Island label. If you are using this project
28+ commercially then you are expected to pay it forward by
29+ [ becoming a backer on Open Collective] ( http://opencollective.com/lambda-island#section-contribute ) ,
30+ so that we may continue to enjoy a thriving Clojure ecosystem.
31+
32+   ;
33+
34+   ;
35+
2236<!-- /opencollective -->
2337
2438## Installation
@@ -104,13 +118,13 @@ the future. When in doubt check the CHANGELOG.
104118<!-- contributing -->
105119## Contributing
106120
107- Everyone has a right to submit patches to this projects , and thus become a contributor.
121+ Everyone has a right to submit patches to deep-diff2 , and thus become a contributor.
108122
109123Contributors MUST
110124
111125- adhere to the [ LambdaIsland Clojure Style Guide] ( https://nextjournal.com/lambdaisland/clojure-style-guide )
112126- write patches that solve a problem. Start by stating the problem, then supply a minimal solution. ` * `
113- - agree to license their contributions as MPLv2 .
127+ - agree to license their contributions as EPL 1.0 .
114128- not break the contract with downstream consumers. ` ** `
115129- not break the tests.
116130
@@ -123,9 +137,8 @@ If you submit a pull request that adheres to these rules, then it will almost
123137certainly be merged immediately. However some things may require more
124138consideration. If you add new dependencies, or significantly increase the API
125139surface, then we need to decide if these changes are in line with the project's
126- goals. In this case you can start by [ writing a
127- pitch] ( https://nextjournal.com/lambdaisland/pitch-template ) , and collecting
128- feedback on it.
140+ goals. In this case you can start by [ writing a pitch] ( https://nextjournal.com/lambdaisland/pitch-template ) ,
141+ and collecting feedback on it.
129142
130143` * ` This goes for features too, a feature needs to solve a problem. State the problem it solves, then supply a minimal solution.
131144
@@ -154,7 +167,7 @@ Another library that implements a form of data structure diffing is [editscript]
154167<!-- license -->
155168## License
156169
157- Copyright © ; 2018-2020 Arne Brasseur and Contributors
170+ Copyright © ; 2018-2020 Arne Brasseur and contributors
158171
159172Available under the terms of the Eclipse Public License 1.0, see LICENSE.txt
160- <!-- /license -->
173+ <!-- /license -->
0 commit comments