You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -358,29 +358,29 @@ DifferenceKit was developed with reference to the following excellent materials.
358
358
359
359
-[A technique for isolating differences between files](https://dl.acm.org/citation.cfm?id=359467) by [Paul Heckel](https://dl.acm.org/author_page.cfm?id=81100051772)
360
360
-[DifferenceAlgorithmComparison](https://github.com/horita-yuya/DifferenceAlgorithmComparison) by [@horita-yuya](https://github.com/horita-yuya)
361
-
-[RxDataSources](https://github.com/RxSwiftCommunity/RxDataSources) by [@kzaher](https://github.com/kzaher), [RxSwiftCommunity](https://github.com/RxSwiftCommunity)
361
+
-[RxDataSources](https://github.com/RxSwiftCommunity/RxDataSources) by [@kzaher](https://github.com/kzaher), [RxSwift Community](https://github.com/RxSwiftCommunity)
362
362
363
363
#### OSS using DifferenceKit
364
364
The list of the awesome OSS which uses this library.
365
365
They also help to understanding how to use DifferenceKit.
366
366
367
367
-[Rocket.Chat.iOS](https://github.com/RocketChat/Rocket.Chat.iOS) by [RocketChat](https://github.com/RocketChat)
368
-
-[wire-ios](https://github.com/wireapp/wire-ios) by [wireapp](https://github.com/wireapp)
369
-
-[ReactiveLists](https://github.com/plangrid/ReactiveLists) by [plangrid](https://github.com/plangrid)
370
-
-[ReduxMovieDB](https://github.com/cardoso/ReduxMovieDB) by [cardoso](https://github.com/cardoso)
371
-
-[TetrisDiffingCompetition](https://github.com/skagedal/TetrisDiffingCompetition) by [skagedal](https://github.com/skagedal)
368
+
-[wire-ios](https://github.com/wireapp/wire-ios) by [Wire Swiss GmbH](https://github.com/wireapp)
369
+
-[ReactiveLists](https://github.com/plangrid/ReactiveLists) by [PlanGrid](https://github.com/plangrid)
370
+
-[ReduxMovieDB](https://github.com/cardoso/ReduxMovieDB) by [@cardoso](https://github.com/cardoso)
371
+
-[TetrisDiffingCompetition](https://github.com/skagedal/TetrisDiffingCompetition) by [@skagedal](https://github.com/skagedal)
372
372
373
373
#### Other diffing libraries
374
374
I respect and ️❤️ all libraries involved in diffing.
375
375
376
376
-[IGListKit](https://github.com/Instagram/IGListKit) by [Instagram](https://github.com/Instagram)
377
-
-[FlexibleDiff](https://github.com/RACCommunity/FlexibleDiff) by [andersio](https://github.com/andersio), [RACCommunity](https://github.com/RACCommunity)
378
-
-[DeepDiff](https://github.com/onmyway133/DeepDiff) by [onmyway133](https://github.com/onmyway133)
379
-
-[Changeset](https://github.com/osteslag/Changeset) by [osteslag](https://github.com/osteslag)
380
-
-[Differ](https://github.com/tonyarnold/Differ) by [tonyarnold](https://github.com/tonyarnold)
381
-
-[Diff.swift](https://github.com/wokalski/Diff.swift) by [wokalski](https://github.com/wokalski)
382
-
-[Dwifft](https://github.com/jflinter/Dwifft) by [jflinter](https://github.com/jflinter)
383
-
-[ListDiff](https://github.com/lxcid/ListDiff) by [lxcid](https://github.com/lxcid)
377
+
-[FlexibleDiff](https://github.com/RACCommunity/FlexibleDiff) by [@andersio](https://github.com/andersio), [RACCommunity](https://github.com/RACCommunity)
378
+
-[DeepDiff](https://github.com/onmyway133/DeepDiff) by [@onmyway133](https://github.com/onmyway133)
379
+
-[Changeset](https://github.com/osteslag/Changeset) by [@osteslag](https://github.com/osteslag)
380
+
-[Differ](https://github.com/tonyarnold/Differ) by [@tonyarnold](https://github.com/tonyarnold)
381
+
-[Diff.swift](https://github.com/wokalski/Diff.swift) by [@wokalski](https://github.com/wokalski)
382
+
-[Dwifft](https://github.com/jflinter/Dwifft) by [@jflinter](https://github.com/jflinter)
383
+
-[ListDiff](https://github.com/lxcid/ListDiff) by [@lxcid](https://github.com/lxcid)
<li><ahref="https://dl.acm.org/citation.cfm?id=359467">A technique for isolating differences between files</a> by <ahref="https://dl.acm.org/author_page.cfm?id=81100051772">Paul Heckel</a></li>
693
693
<li><ahref="https://github.com/horita-yuya/DifferenceAlgorithmComparison">DifferenceAlgorithmComparison</a> by <ahref="https://github.com/horita-yuya">@horita-yuya</a></li>
694
-
<li><ahref="https://github.com/RxSwiftCommunity/RxDataSources">RxDataSources</a> by <ahref="https://github.com/kzaher">@kzaher</a>, <ahref="https://github.com/RxSwiftCommunity">RxSwiftCommunity</a></li>
694
+
<li><ahref="https://github.com/RxSwiftCommunity/RxDataSources">RxDataSources</a> by <ahref="https://github.com/kzaher">@kzaher</a>, <ahref="https://github.com/RxSwiftCommunity">RxSwift Community</a></li>
695
695
</ul>
696
696
<h4id='oss-using-differencekit' class='heading'>OSS using DifferenceKit</h4>
697
697
@@ -700,24 +700,24 @@ <h4 id='oss-using-differencekit' class='heading'>OSS using DifferenceKit</h4>
700
700
701
701
<ul>
702
702
<li><ahref="https://github.com/RocketChat/Rocket.Chat.iOS">Rocket.Chat.iOS</a> by <ahref="https://github.com/RocketChat">RocketChat</a></li>
703
-
<li><ahref="https://github.com/wireapp/wire-ios">wire-ios</a> by <ahref="https://github.com/wireapp">wireapp</a></li>
704
-
<li><ahref="https://github.com/plangrid/ReactiveLists">ReactiveLists</a> by <ahref="https://github.com/plangrid">plangrid</a></li>
705
-
<li><ahref="https://github.com/cardoso/ReduxMovieDB">ReduxMovieDB</a> by <ahref="https://github.com/cardoso">cardoso</a></li>
706
-
<li><ahref="https://github.com/skagedal/TetrisDiffingCompetition">TetrisDiffingCompetition</a> by <ahref="https://github.com/skagedal">skagedal</a></li>
703
+
<li><ahref="https://github.com/wireapp/wire-ios">wire-ios</a> by <ahref="https://github.com/wireapp">Wire Swiss GmbH</a></li>
704
+
<li><ahref="https://github.com/plangrid/ReactiveLists">ReactiveLists</a> by <ahref="https://github.com/plangrid">PlanGrid</a></li>
705
+
<li><ahref="https://github.com/cardoso/ReduxMovieDB">ReduxMovieDB</a> by <ahref="https://github.com/cardoso">@cardoso</a></li>
706
+
<li><ahref="https://github.com/skagedal/TetrisDiffingCompetition">TetrisDiffingCompetition</a> by <ahref="https://github.com/skagedal">@skagedal</a></li>
<p>I respect and ️❤️ all libraries involved in diffing. </p>
711
711
712
712
<ul>
713
713
<li><ahref="https://github.com/Instagram/IGListKit">IGListKit</a> by <ahref="https://github.com/Instagram">Instagram</a></li>
714
-
<li><ahref="https://github.com/RACCommunity/FlexibleDiff">FlexibleDiff</a> by <ahref="https://github.com/andersio">andersio</a>, <ahref="https://github.com/RACCommunity">RACCommunity</a></li>
715
-
<li><ahref="https://github.com/onmyway133/DeepDiff">DeepDiff</a> by <ahref="https://github.com/onmyway133">onmyway133</a></li>
716
-
<li><ahref="https://github.com/osteslag/Changeset">Changeset</a> by <ahref="https://github.com/osteslag">osteslag</a></li>
717
-
<li><ahref="https://github.com/tonyarnold/Differ">Differ</a> by <ahref="https://github.com/tonyarnold">tonyarnold</a></li>
718
-
<li><ahref="https://github.com/wokalski/Diff.swift">Diff.swift</a> by <ahref="https://github.com/wokalski">wokalski</a></li>
719
-
<li><ahref="https://github.com/jflinter/Dwifft">Dwifft</a> by <ahref="https://github.com/jflinter">jflinter</a></li>
720
-
<li><ahref="https://github.com/lxcid/ListDiff">ListDiff</a> by <ahref="https://github.com/lxcid">lxcid</a></li>
714
+
<li><ahref="https://github.com/RACCommunity/FlexibleDiff">FlexibleDiff</a> by <ahref="https://github.com/andersio">@andersio</a>, <ahref="https://github.com/RACCommunity">RACCommunity</a></li>
715
+
<li><ahref="https://github.com/onmyway133/DeepDiff">DeepDiff</a> by <ahref="https://github.com/onmyway133">@onmyway133</a></li>
716
+
<li><ahref="https://github.com/osteslag/Changeset">Changeset</a> by <ahref="https://github.com/osteslag">@osteslag</a></li>
717
+
<li><ahref="https://github.com/tonyarnold/Differ">Differ</a> by <ahref="https://github.com/tonyarnold">@tonyarnold</a></li>
718
+
<li><ahref="https://github.com/wokalski/Diff.swift">Diff.swift</a> by <ahref="https://github.com/wokalski">@wokalski</a></li>
719
+
<li><ahref="https://github.com/jflinter/Dwifft">Dwifft</a> by <ahref="https://github.com/jflinter">@jflinter</a></li>
720
+
<li><ahref="https://github.com/lxcid/ListDiff">ListDiff</a> by <ahref="https://github.com/lxcid">@lxcid</a></li>
0 commit comments