Skip to content

Commit 9289a5a

Browse files
committed
Releasing version 9.0.0-beta.1.
1 parent efbfe29 commit 9289a5a

Some content is hidden

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

46 files changed

+587
-755
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
33

44
# Next
55

6+
## [9.0.0-beta.1](https://github.com/DenTelezhkin/DTCollectionViewManager/releases/tag/9.0.0-beta.1)
7+
8+
## [9.0.0-beta.1](https://github.com/DenTelezhkin/DTCollectionViewManager/releases/tag/9.0.0-beta.1)
9+
610
### Fixed
711

812
* Diffable datasources exceptions in Xcode 13 / iOS 15 with some internal restructuring.

DTCollectionViewManager.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'DTCollectionViewManager'
3-
s.version = "8.2.0"
3+
s.version = "9.0.0-beta.1"
44
s.license = 'MIT'
55
s.summary = 'Protocol-oriented UICollectionView management, powered by generics and associated types.'
66
s.homepage = 'https://github.com/DenTelezhkin/DTCollectionViewManager'

Supporting files/Framework.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>8.2.0</string>
18+
<string>9.0.0-beta.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

docs/Classes.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ <h4>Declaration</h4>
394394
</article>
395395
</div>
396396
<section class="footer">
397-
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-04-27)</p>
397+
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-07-12)</p>
398398
<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>
399399
</section>
400400
</body>

docs/Classes/CollectionViewUpdater.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ <h1>CollectionViewUpdater</h1>
137137
<li class="item">
138138
<div>
139139
<code>
140-
<a name="/s:23DTCollectionViewManager010CollectionB7UpdaterC17willUpdateContenty14DTModelStorage0jG0CSgcSgvp"></a>
140+
<a name="/s:23DTCollectionViewManager010CollectionB7UpdaterC17willUpdateContentXevp"></a>
141141
<a name="//apple_ref/swift/Property/willUpdateContent" class="dashAnchor"></a>
142-
<a class="token" href="#/s:23DTCollectionViewManager010CollectionB7UpdaterC17willUpdateContenty14DTModelStorage0jG0CSgcSgvp">willUpdateContent</a>
142+
<a class="token" href="#/s:23DTCollectionViewManager010CollectionB7UpdaterC17willUpdateContentXevp">willUpdateContent</a>
143143
</code>
144144
</div>
145145
<div class="height-container">
@@ -164,9 +164,9 @@ <h4>Declaration</h4>
164164
<li class="item">
165165
<div>
166166
<code>
167-
<a name="/s:23DTCollectionViewManager010CollectionB7UpdaterC16didUpdateContenty14DTModelStorage0jG0CSgcSgvp"></a>
167+
<a name="/s:23DTCollectionViewManager010CollectionB7UpdaterC16didUpdateContentXevp"></a>
168168
<a name="//apple_ref/swift/Property/didUpdateContent" class="dashAnchor"></a>
169-
<a class="token" href="#/s:23DTCollectionViewManager010CollectionB7UpdaterC16didUpdateContenty14DTModelStorage0jG0CSgcSgvp">didUpdateContent</a>
169+
<a class="token" href="#/s:23DTCollectionViewManager010CollectionB7UpdaterC16didUpdateContentXevp">didUpdateContent</a>
170170
</code>
171171
</div>
172172
<div class="height-container">
@@ -306,9 +306,9 @@ <h4>Declaration</h4>
306306
<li class="item">
307307
<div>
308308
<code>
309-
<a name="/s:23DTCollectionViewManager010CollectionB7UpdaterC23storageDidPerformUpdateyy14DTModelStorage0kI0CF"></a>
309+
<a name="/s:23DTCollectionViewManager010CollectionB7UpdaterC23storageDidPerformUpdateyXeXeF"></a>
310310
<a name="//apple_ref/swift/Method/storageDidPerformUpdate(_:)" class="dashAnchor"></a>
311-
<a class="token" href="#/s:23DTCollectionViewManager010CollectionB7UpdaterC23storageDidPerformUpdateyy14DTModelStorage0kI0CF">storageDidPerformUpdate(_:)</a>
311+
<a class="token" href="#/s:23DTCollectionViewManager010CollectionB7UpdaterC23storageDidPerformUpdateyXeXeF">storageDidPerformUpdate(_:)</a>
312312
</code>
313313
</div>
314314
<div class="height-container">
@@ -365,7 +365,7 @@ <h4>Declaration</h4>
365365
</article>
366366
</div>
367367
<section class="footer">
368-
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-04-27)</p>
368+
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-07-12)</p>
369369
<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>
370370
</section>
371371
</body>

docs/Classes/DTCollectionViewDataSource.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ <h4>Declaration</h4>
396396
</article>
397397
</div>
398398
<section class="footer">
399-
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-04-27)</p>
399+
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-07-12)</p>
400400
<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>
401401
</section>
402402
</body>

docs/Classes/DTCollectionViewDelegate.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,7 @@ <h4>Declaration</h4>
10871087
</article>
10881088
</div>
10891089
<section class="footer">
1090-
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-04-27)</p>
1090+
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-07-12)</p>
10911091
<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>
10921092
</section>
10931093
</body>

docs/Classes/DTCollectionViewDelegateWrapper.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ <h4>Declaration</h4>
245245
</article>
246246
</div>
247247
<section class="footer">
248-
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-04-27)</p>
248+
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-07-12)</p>
249249
<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>
250250
</section>
251251
</body>

docs/Classes/DTCollectionViewDragDelegate.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ <h4>Declaration</h4>
331331
</article>
332332
</div>
333333
<section class="footer">
334-
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-04-27)</p>
334+
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-07-12)</p>
335335
<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>
336336
</section>
337337
</body>

docs/Classes/DTCollectionViewDropDelegate.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ <h4>Declaration</h4>
331331
</article>
332332
</div>
333333
<section class="footer">
334-
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-04-27)</p>
334+
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-07-12)</p>
335335
<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>
336336
</section>
337337
</body>

docs/Classes/DTCollectionViewDropPlaceholderContext.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ <h4>Declaration</h4>
165165
<li class="item">
166166
<div>
167167
<code>
168-
<a name="/s:23DTCollectionViewManager0aB22DropPlaceholderContextC7context7storageACSo012UICollectionbdeF0_p_14DTModelStorage0K0_ptcfc"></a>
168+
<a name="/s:23DTCollectionViewManager0aB22DropPlaceholderContextCyXeXecfc"></a>
169169
<a name="//apple_ref/swift/Method/init(context:storage:)" class="dashAnchor"></a>
170-
<a class="token" href="#/s:23DTCollectionViewManager0aB22DropPlaceholderContextC7context7storageACSo012UICollectionbdeF0_p_14DTModelStorage0K0_ptcfc">init(context:storage:)</a>
170+
<a class="token" href="#/s:23DTCollectionViewManager0aB22DropPlaceholderContextCyXeXecfc">init(context:storage:)</a>
171171
</code>
172172
</div>
173173
<div class="height-container">
@@ -253,7 +253,7 @@ <h4>Declaration</h4>
253253
</article>
254254
</div>
255255
<section class="footer">
256-
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-04-27)</p>
256+
<p>&copy; 2021 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2021-07-12)</p>
257257
<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>
258258
</section>
259259
</body>

0 commit comments

Comments
 (0)