Skip to content

Commit 5b470a9

Browse files
committed
Releasing version 8.0.1.
1 parent e459c59 commit 5b470a9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+114
-86
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
# Next
66

7+
## [8.0.1](https://github.com/DenTelezhkin/DTTableViewManager/releases/tag/8.0.1)
8+
9+
### Added
10+
11+
* Support for DTModelStorage 9.1
12+
713
## [8.0.0](https://github.com/DenTelezhkin/DTTableViewManager/releases/tag/8.0.0)
814

915
## [8.0.0-beta.1](https://github.com/DenTelezhkin/DTTableViewManager/releases/tag/8.0.0-beta.1)

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "DenTelezhkin/DTModelStorage" >= 9.0.0
1+
github "DenTelezhkin/DTModelStorage" >= 9.0

DTTableViewManager.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'DTTableViewManager'
3-
s.version = "8.0.0"
3+
s.version = "8.0.1"
44
s.license = 'MIT'
55
s.summary = 'Protocol-oriented UITableView management, powered by generics and associated types.'
66
s.homepage = 'https://github.com/DenTelezhkin/DTTableViewManager'
@@ -12,5 +12,5 @@ Pod::Spec.new do |s|
1212
s.ios.deployment_target = '11.0'
1313
s.tvos.deployment_target = '11.0'
1414
s.frameworks = 'UIKit', 'Foundation'
15-
s.dependency 'DTModelStorage' , '~> 9.0.0'
15+
s.dependency 'DTModelStorage' , '~> 9.0'
1616
end

Gemfile.lock

Lines changed: 60 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,41 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.2)
5-
activesupport (5.2.4.4)
4+
CFPropertyList (3.0.3)
5+
activesupport (5.2.4.5)
66
concurrent-ruby (~> 1.0, >= 1.0.2)
77
i18n (>= 0.7, < 2)
88
minitest (~> 5.1)
99
tzinfo (~> 1.1)
1010
addressable (2.7.0)
1111
public_suffix (>= 2.0.2, < 5.0)
12-
algoliasearch (1.27.4)
12+
algoliasearch (1.27.5)
1313
httpclient (~> 2.8, >= 2.8.3)
1414
json (>= 1.5.1)
15+
artifactory (3.0.15)
1516
atomos (0.1.3)
1617
aws-eventstream (1.1.0)
17-
aws-partitions (1.386.0)
18-
aws-sdk-core (3.109.1)
18+
aws-partitions (1.430.0)
19+
aws-sdk-core (3.112.0)
1920
aws-eventstream (~> 1, >= 1.0.2)
2021
aws-partitions (~> 1, >= 1.239.0)
2122
aws-sigv4 (~> 1.1)
2223
jmespath (~> 1.0)
23-
aws-sdk-kms (1.39.0)
24-
aws-sdk-core (~> 3, >= 3.109.0)
24+
aws-sdk-kms (1.42.0)
25+
aws-sdk-core (~> 3, >= 3.112.0)
2526
aws-sigv4 (~> 1.1)
26-
aws-sdk-s3 (1.83.1)
27-
aws-sdk-core (~> 3, >= 3.109.0)
27+
aws-sdk-s3 (1.89.0)
28+
aws-sdk-core (~> 3, >= 3.112.0)
2829
aws-sdk-kms (~> 1)
2930
aws-sigv4 (~> 1.1)
3031
aws-sigv4 (1.2.2)
3132
aws-eventstream (~> 1, >= 1.0.2)
3233
babosa (1.0.4)
3334
claide (1.0.3)
34-
cocoapods (1.10.0)
35+
cocoapods (1.10.1)
3536
addressable (~> 2.6)
3637
claide (>= 1.0.2, < 2.0)
37-
cocoapods-core (= 1.10.0)
38+
cocoapods-core (= 1.10.1)
3839
cocoapods-deintegrate (>= 1.0.3, < 2.0)
3940
cocoapods-downloader (>= 1.4.0, < 2.0)
4041
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -49,7 +50,7 @@ GEM
4950
nap (~> 1.0)
5051
ruby-macho (~> 1.4)
5152
xcodeproj (>= 1.19.0, < 2.0)
52-
cocoapods-core (1.10.0)
53+
cocoapods-core (1.10.1)
5354
activesupport (> 5.0, < 6)
5455
addressable (~> 2.6)
5556
algoliasearch (~> 1.0)
@@ -72,31 +73,34 @@ GEM
7273
colored2 (3.1.2)
7374
commander-fastlane (4.4.6)
7475
highline (~> 1.7.2)
75-
concurrent-ruby (1.1.7)
76+
concurrent-ruby (1.1.8)
7677
declarative (0.0.20)
7778
declarative-option (0.1.0)
78-
digest-crc (0.6.1)
79-
rake (~> 13.0)
79+
digest-crc (0.6.3)
80+
rake (>= 12.0.0, < 14.0.0)
8081
domain_name (0.5.20190701)
8182
unf (>= 0.0.5, < 1.0.0)
8283
dotenv (2.7.6)
83-
emoji_regex (3.0.0)
84+
emoji_regex (3.2.2)
8485
escape (0.0.4)
8586
ethon (0.12.0)
8687
ffi (>= 1.3.0)
87-
excon (0.78.0)
88-
faraday (1.1.0)
88+
excon (0.79.0)
89+
faraday (1.3.0)
90+
faraday-net_http (~> 1.0)
8991
multipart-post (>= 1.2, < 3)
9092
ruby2_keywords
9193
faraday-cookie_jar (0.0.7)
9294
faraday (>= 0.8.0)
9395
http-cookie (~> 1.0.0)
96+
faraday-net_http (1.0.1)
9497
faraday_middleware (1.0.0)
9598
faraday (~> 1.0)
96-
fastimage (2.2.0)
97-
fastlane (2.165.0)
99+
fastimage (2.2.3)
100+
fastlane (2.176.0)
98101
CFPropertyList (>= 2.3, < 4.0.0)
99102
addressable (>= 2.3, < 3.0.0)
103+
artifactory (~> 3.0)
100104
aws-sdk-s3 (~> 1.0)
101105
babosa (>= 1.0.3, < 2.0.0)
102106
bundler (>= 1.12.0, < 3.0.0)
@@ -117,6 +121,7 @@ GEM
117121
jwt (>= 2.1.0, < 3)
118122
mini_magick (>= 4.9.4, < 5.0.0)
119123
multipart-post (~> 2.0.0)
124+
naturally (~> 2.2)
120125
plist (>= 3.1.0, < 4.0.0)
121126
rubyzip (>= 2.0.0, < 3.0.0)
122127
security (= 0.1.3)
@@ -131,7 +136,7 @@ GEM
131136
xcpretty (~> 0.3.0)
132137
xcpretty-travis-formatter (>= 0.0.3)
133138
fastlane-plugin-versioning (0.4.4)
134-
ffi (1.13.1)
139+
ffi (1.14.2)
135140
fourflusher (2.3.1)
136141
fuzzy_match (2.0.4)
137142
gh_inspector (1.1.3)
@@ -143,20 +148,35 @@ GEM
143148
representable (~> 3.0)
144149
retriable (>= 2.0, < 4.0)
145150
signet (~> 0.12)
151+
google-apis-core (0.2.1)
152+
addressable (~> 2.5, >= 2.5.1)
153+
googleauth (~> 0.14)
154+
httpclient (>= 2.8.1, < 3.0)
155+
mini_mime (~> 1.0)
156+
representable (~> 3.0)
157+
retriable (>= 2.0, < 4.0)
158+
rexml
159+
signet (~> 0.14)
160+
webrick
161+
google-apis-iamcredentials_v1 (0.1.0)
162+
google-apis-core (~> 0.1)
163+
google-apis-storage_v1 (0.2.0)
164+
google-apis-core (~> 0.1)
146165
google-cloud-core (1.5.0)
147166
google-cloud-env (~> 1.0)
148167
google-cloud-errors (~> 1.0)
149168
google-cloud-env (1.4.0)
150169
faraday (>= 0.17.3, < 2.0)
151170
google-cloud-errors (1.0.1)
152-
google-cloud-storage (1.29.1)
171+
google-cloud-storage (1.30.0)
153172
addressable (~> 2.5)
154173
digest-crc (~> 0.4)
155-
google-api-client (~> 0.33)
174+
google-apis-iamcredentials_v1 (~> 0.1)
175+
google-apis-storage_v1 (~> 0.1)
156176
google-cloud-core (~> 1.2)
157177
googleauth (~> 0.9)
158178
mini_mime (~> 1.0)
159-
googleauth (0.14.0)
179+
googleauth (0.15.1)
160180
faraday (>= 0.17.3, < 2.0)
161181
jwt (>= 1.4, < 3.0)
162182
memoist (~> 0.16)
@@ -167,7 +187,7 @@ GEM
167187
http-cookie (1.0.3)
168188
domain_name (~> 0.5)
169189
httpclient (2.8.3)
170-
i18n (1.8.5)
190+
i18n (1.8.9)
171191
concurrent-ruby (~> 1.0)
172192
jazzy (0.13.1)
173193
cocoapods (~> 1.5)
@@ -179,49 +199,50 @@ GEM
179199
sqlite3 (~> 1.3)
180200
xcinvoke (~> 0.3.0)
181201
jmespath (1.4.0)
182-
json (2.3.1)
202+
json (2.5.1)
183203
jwt (2.2.2)
184204
liferaft (0.0.6)
185205
memoist (0.16.2)
186206
mime-types (3.3.1)
187207
mime-types-data (~> 3.2015)
188-
mime-types-data (3.2020.0512)
189-
mini_magick (4.10.1)
208+
mime-types-data (3.2021.0225)
209+
mini_magick (4.11.0)
190210
mini_mime (1.0.2)
191-
minitest (5.14.2)
211+
minitest (5.14.4)
192212
molinillo (0.6.6)
193213
multi_json (1.15.0)
194214
multipart-post (2.0.0)
195215
mustache (1.1.1)
196216
nanaimo (0.3.0)
197217
nap (1.1.0)
198-
naturally (2.2.0)
218+
naturally (2.2.1)
199219
netrc (0.11.0)
200-
octokit (4.19.0)
220+
octokit (4.20.0)
201221
faraday (>= 0.9)
202222
sawyer (~> 0.8.0, >= 0.5.3)
203223
open4 (1.3.4)
204224
os (1.1.1)
205-
plist (3.5.0)
225+
plist (3.6.0)
206226
public_suffix (4.0.6)
207-
rake (13.0.1)
208-
redcarpet (3.5.0)
227+
rake (13.0.3)
228+
redcarpet (3.5.1)
209229
representable (3.0.4)
210230
declarative (< 0.1.0)
211231
declarative-option (< 0.2.0)
212232
uber (< 0.2.0)
213233
retriable (3.1.2)
234+
rexml (3.2.4)
214235
rouge (2.0.7)
215236
ruby-macho (1.4.0)
216-
ruby2_keywords (0.0.2)
237+
ruby2_keywords (0.0.4)
217238
rubyzip (2.3.0)
218239
sassc (2.4.0)
219240
ffi (~> 1.9)
220241
sawyer (0.8.2)
221242
addressable (>= 2.3.5)
222243
faraday (> 0.8, < 2.0)
223244
security (0.1.3)
224-
signet (0.14.0)
245+
signet (0.14.1)
225246
addressable (~> 2.3)
226247
faraday (>= 0.17.3, < 2.0)
227248
jwt (>= 1.5, < 3.0)
@@ -241,13 +262,14 @@ GEM
241262
tty-cursor (~> 0.7)
242263
typhoeus (1.4.0)
243264
ethon (>= 0.9.0)
244-
tzinfo (1.2.7)
265+
tzinfo (1.2.9)
245266
thread_safe (~> 0.1)
246267
uber (0.1.0)
247268
unf (0.1.4)
248269
unf_ext
249270
unf_ext (0.0.7.7)
250271
unicode-display_width (1.7.0)
272+
webrick (1.7.0)
251273
word_wrap (1.0.0)
252274
xcinvoke (0.3.0)
253275
liferaft (~> 0.0.6)
@@ -259,7 +281,7 @@ GEM
259281
nanaimo (~> 0.3.0)
260282
xcpretty (0.3.0)
261283
rouge (~> 2.0.7)
262-
xcpretty-travis-formatter (1.0.0)
284+
xcpretty-travis-formatter (1.0.1)
263285
xcpretty (~> 0.2, >= 0.0.7)
264286

265287
PLATFORMS

Supporting files/Framework.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>8.0.0</string>
18+
<string>8.0.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
2222
<string>$(CURRENT_PROJECT_VERSION)</string>
2323
<key>NSPrincipalClass</key>
24-
<string></string>
24+
<string/>
2525
</dict>
2626
</plist>

docs/Classes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ <h4>Declaration</h4>
405405
</article>
406406
</div>
407407
<section class="footer">
408-
<p>&copy; 2020 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2020-10-27)</p>
408+
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-03-03)</p>
409409
<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>
410410
</section>
411411
</body>

docs/Classes/DTTableViewDataSource.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ <h4>Declaration</h4>
450450
</article>
451451
</div>
452452
<section class="footer">
453-
<p>&copy; 2020 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2020-10-27)</p>
453+
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-03-03)</p>
454454
<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>
455455
</section>
456456
</body>

docs/Classes/DTTableViewDelegate.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1395,7 +1395,7 @@ <h4>Declaration</h4>
13951395
</article>
13961396
</div>
13971397
<section class="footer">
1398-
<p>&copy; 2020 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2020-10-27)</p>
1398+
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-03-03)</p>
13991399
<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>
14001400
</section>
14011401
</body>

docs/Classes/DTTableViewDelegateWrapper.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ <h4>Declaration</h4>
256256
</article>
257257
</div>
258258
<section class="footer">
259-
<p>&copy; 2020 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2020-10-27)</p>
259+
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-03-03)</p>
260260
<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>
261261
</section>
262262
</body>

docs/Classes/DTTableViewDragDelegate.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ <h4>Declaration</h4>
345345
</article>
346346
</div>
347347
<section class="footer">
348-
<p>&copy; 2020 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2020-10-27)</p>
348+
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-03-03)</p>
349349
<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>
350350
</section>
351351
</body>

0 commit comments

Comments
 (0)