Skip to content

Commit

Permalink
Releasing version 7.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
DenTelezhkin committed Jul 2, 2020
1 parent a60b6fd commit 264206b
Show file tree
Hide file tree
Showing 56 changed files with 230 additions and 936 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

# Next

## [7.2.0](https://github.com/DenTelezhkin/DTTableViewManager/releases/tag/7.2.0)

## [7.2.0](https://github.com/DenTelezhkin/DTTableViewManager/releases/tag/7.2.0)

### Changed

* Deployment targets - iOS 11 / tvOS 11.
Expand Down
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "DenTelezhkin/DTModelStorage" >= 8.0.0
github "DenTelezhkin/DTModelStorage" >= 8.1.0
4 changes: 2 additions & 2 deletions DTTableViewManager.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DTTableViewManager'
s.version = "7.1.0"
s.version = "7.2.0"
s.license = 'MIT'
s.summary = 'Protocol-oriented UITableView management, powered by generics and associated types.'
s.homepage = 'https://github.com/DenTelezhkin/DTTableViewManager'
Expand All @@ -12,5 +12,5 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '11.0'
s.tvos.deployment_target = '11.0'
s.frameworks = 'UIKit', 'Foundation'
s.dependency 'DTModelStorage' , '~> 8.0.0'
s.dependency 'DTModelStorage' , '~> 8.1.0'
end
4 changes: 2 additions & 2 deletions DTTableViewManager.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1298,8 +1298,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/DenTelezhkin/DTModelStorage";
requirement = {
branch = master;
kind = branch;
kind = upToNextMajorVersion;
minimumVersion = 8.1.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"package": "DTModelStorage",
"repositoryURL": "https://github.com/DenTelezhkin/DTModelStorage",
"state": {
"branch": "master",
"revision": "f32800c874cafa1658524b240a8bd17293e7a649",
"version": null
"branch": null,
"revision": "1dd8d83882eb0e1c72342dcacd32c687cb39531b",
"version": "8.1.0"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gem "fastlane"
gem 'octokit'
gem 'netrc'
gem 'cocoapods'
gem 'jazzy'
gem 'jazzy', '0.13.1'
gem 'mime-types'
gem 'cocoapods-trunk'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ GEM
httpclient (2.8.3)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jazzy (0.13.4)
jazzy (0.13.1)
cocoapods (~> 1.5)
mustache (~> 1.1)
open4
Expand Down Expand Up @@ -268,7 +268,7 @@ DEPENDENCIES
cocoapods-trunk
fastlane
fastlane-plugin-versioning
jazzy
jazzy (= 0.13.1)
mime-types
netrc
octokit
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ let package = Package(
.library(name: "DTTableViewManager", targets: ["DTTableViewManager"])
],
dependencies: [
.package(url: "https://github.com/DenTelezhkin/DTModelStorage", Package.Dependency.Requirement.upToNextMajor(from: "8.0.0"))
.package(url: "https://github.com/DenTelezhkin/DTModelStorage", Package.Dependency.Requirement.upToNextMajor(from: "8.1.0"))
],
targets: [
.target(name: "DTTableViewManager", dependencies: ["DTModelStorage"]),
Expand Down
2 changes: 1 addition & 1 deletion Supporting files/Framework.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>7.1.0</string>
<string>7.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
11 changes: 6 additions & 5 deletions docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<a class="header-link" href="index.html">
DTTableViewManager Docs
</a>
(64% documented)
(84% documented)
</p>

<p class="header-col--secondary">
Expand Down Expand Up @@ -236,7 +236,7 @@ <h4>Declaration</h4>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
<p>Object, that implements <code>UITableViewDragDelegate</code> methods for <code><a href="Classes/DTTableViewManager.html">DTTableViewManager</a></code>.</p>

<a href="Classes/DTTableViewDragDelegate.html" class="slightly-smaller">See more</a>
</div>
Expand Down Expand Up @@ -264,7 +264,7 @@ <h4>Declaration</h4>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
<p>Object, that implements <code>UITableViewDropDelegate</code> for <code><a href="Classes/DTTableViewManager.html">DTTableViewManager</a></code>.</p>

<a href="Classes/DTTableViewDropDelegate.html" class="slightly-smaller">See more</a>
</div>
Expand Down Expand Up @@ -292,7 +292,8 @@ <h4>Declaration</h4>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
<p>Thin wrapper around <code>UITableViewDropPlaceholderContext</code>, which automates insertion of <code>dragItems</code> if you are using <code>MemoryStorage</code>.
Typically, you would not create this class directly, but use <code><a href="Classes/DTTableViewManager.html#/s:18DTTableViewManagerAAC4drop_2to4withAA0aB22DropPlaceholderContextCSo10UIDragItemC_So07UITablebgH0CSo0lbG11Coordinator_ptF">DTTableViewManager.drop(_:to:with:)</a></code> convenience method.</p>

<a href="Classes/DTTableViewDropPlaceholderContext.html" class="slightly-smaller">See more</a>
</div>
Expand Down Expand Up @@ -404,7 +405,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2020-04-29)</p>
<p>&copy; 2020 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2020-07-02)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
Expand Down
23 changes: 2 additions & 21 deletions docs/Classes/DTTableViewDataSource.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<a class="header-link" href="../index.html">
DTTableViewManager Docs
</a>
(64% documented)
(84% documented)
</p>

<p class="header-col--secondary">
Expand Down Expand Up @@ -334,25 +334,6 @@ <h4>Declaration</h4>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/"></a>
<a name="//apple_ref/swift/Method/tableView(_:commit:forRowAt:)" class="dashAnchor"></a>
<a class="token" href="#/">tableView(_:commit:forRowAt:)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Implementation for <code>UITableViewDataSource</code> protocol</p>

</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
Expand Down Expand Up @@ -469,7 +450,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2020-04-29)</p>
<p>&copy; 2020 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2020-07-02)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
Expand Down
37 changes: 9 additions & 28 deletions docs/Classes/DTTableViewDelegate.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<a class="header-link" href="../index.html">
DTTableViewManager Docs
</a>
(64% documented)
(84% documented)
</p>

<p class="header-col--secondary">
Expand Down Expand Up @@ -739,25 +739,6 @@ <h4>Declaration</h4>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/"></a>
<a name="//apple_ref/swift/Method/tableView(_:editingStyleForRowAt:)" class="dashAnchor"></a>
<a class="token" href="#/">tableView(_:editingStyleForRowAt:)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Implementation for <code>UITableViewDelegate</code> protocol</p>

</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
Expand Down Expand Up @@ -1041,7 +1022,7 @@ <h4>Declaration</h4>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
<p>Implementation for <code>UITableViewDelegate</code> protocol</p>

</div>
<div class="declaration">
Expand All @@ -1068,7 +1049,7 @@ <h4>Declaration</h4>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
<p>Implementation for <code>UITableViewDelegate</code> protocol</p>

</div>
<div class="declaration">
Expand All @@ -1095,7 +1076,7 @@ <h4>Declaration</h4>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
<p>Implementation for <code>UITableViewDelegate</code> protocol</p>

</div>
<div class="declaration">
Expand All @@ -1122,7 +1103,7 @@ <h4>Declaration</h4>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
<p>Implementation for <code>UITableViewDelegate</code> protocol</p>

</div>
<div class="declaration">
Expand Down Expand Up @@ -1176,7 +1157,7 @@ <h4>Declaration</h4>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
<p>Implementation for <code>UITableViewDelegate</code> protocol</p>

</div>
<div class="declaration">
Expand All @@ -1203,7 +1184,7 @@ <h4>Declaration</h4>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
<p>Implementation for <code>UITableViewDelegate</code> protocol</p>

</div>
<div class="declaration">
Expand All @@ -1230,7 +1211,7 @@ <h4>Declaration</h4>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
<p>Implementation for <code>UITableViewDelegate</code> protocol</p>

</div>
<div class="declaration">
Expand Down Expand Up @@ -1414,7 +1395,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2020-04-29)</p>
<p>&copy; 2020 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2020-07-02)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
Expand Down
4 changes: 2 additions & 2 deletions docs/Classes/DTTableViewDelegateWrapper.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<a class="header-link" href="../index.html">
DTTableViewManager Docs
</a>
(64% documented)
(84% documented)
</p>

<p class="header-col--secondary">
Expand Down Expand Up @@ -256,7 +256,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2020-04-29)</p>
<p>&copy; 2020 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2020-07-02)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
Expand Down
Loading

0 comments on commit 264206b

Please sign in to comment.