Commit 36dd382
File tree
5 files changed
+6
-6
lines changed- Carthage/Checkouts
- Examples/Example-iOS
5 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Submodule DifferenceKit updated 48 files
- .github/workflows/ci.yml+54
- Benchmark/Benchmark.xcodeproj/project.pbxproj+10-3
- Benchmark/Benchmark.xcodeproj/xcshareddata/xcschemes/Benchmark.xcscheme+2-6
- Benchmark/Benchmark.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings+4-1
- Benchmark/Gemfile+1-1
- Benchmark/Gemfile.lock+20-13
- Benchmark/Podfile+3-3
- Benchmark/Podfile.lock+15-15
- Benchmark/Sources/BenchmarkTools.swift+26-5
- Benchmark/Sources/Info.plist+4
- Benchmark/Sources/main.swift+5
- DifferenceKit.podspec+1-1
- DifferenceKit.xcodeproj/project.pbxproj+7
- Examples/Example-iOS/Sources/Info.plist+2
- Gemfile+2-2
- Gemfile.lock+30-29
- README.md+80-52
- Sources/Algorithm.swift+5-5
- Sources/AnyDifferentiable.swift+1-2
- Sources/ArraySection.swift-1
- Sources/Changeset.swift-1
- Sources/ContentIdentifiable.swift+16
- Sources/Differentiable.swift+2-16
- Sources/ElementPath.swift-1
- Sources/StagedChangeset.swift-1
- azure-pipelines.yml-70
- docs/Changeset.html+3-3
- docs/Diffing.html+5-5
- docs/Extensions/Optional.html+5-5
- docs/Extensions/UICollectionView.html+4-4
- docs/Extensions/UITableView.html+4-4
- docs/Protocols/ContentEquatable.html+3-3
- docs/Protocols/Differentiable.html+3-3
- docs/Protocols/DifferentiableSection.html+3-3
- docs/Structs/AnyDifferentiable.html+3-3
- docs/Structs/ArraySection.html+3-3
- docs/Structs/Changeset.html+3-3
- docs/Structs/ElementPath.html+3-3
- docs/Structs/StagedChangeset.html+3-3
- docs/UI Extensions.html+5-5
- docs/css/jazzy.css+13-3
- docs/index.html+113-24
- docs/js/jazzy.js+33-17
- docs/js/jazzy.search.js+17-9
- docs/js/jquery.min.js+2-4
- docs/js/lunr.min.js+1-6
- docs/js/typeahead.jquery.js+182-46
- docs/search.json+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments