Skip to content

Commit

Permalink
Releasing version 9.0.0-beta.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
DenTelezhkin committed Jul 12, 2021
1 parent efbfe29 commit 9289a5a
Show file tree
Hide file tree
Showing 46 changed files with 587 additions and 755 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

# Next

## [9.0.0-beta.1](https://github.com/DenTelezhkin/DTCollectionViewManager/releases/tag/9.0.0-beta.1)

## [9.0.0-beta.1](https://github.com/DenTelezhkin/DTCollectionViewManager/releases/tag/9.0.0-beta.1)

### Fixed

* Diffable datasources exceptions in Xcode 13 / iOS 15 with some internal restructuring.
Expand Down
2 changes: 1 addition & 1 deletion DTCollectionViewManager.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DTCollectionViewManager'
s.version = "8.2.0"
s.version = "9.0.0-beta.1"
s.license = 'MIT'
s.summary = 'Protocol-oriented UICollectionView management, powered by generics and associated types.'
s.homepage = 'https://github.com/DenTelezhkin/DTCollectionViewManager'
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>8.2.0</string>
<string>9.0.0-beta.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<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>
<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>
<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
14 changes: 7 additions & 7 deletions docs/Classes/CollectionViewUpdater.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ <h1>CollectionViewUpdater</h1>
<li class="item">
<div>
<code>
<a name="/s:23DTCollectionViewManager010CollectionB7UpdaterC17willUpdateContenty14DTModelStorage0jG0CSgcSgvp"></a>
<a name="/s:23DTCollectionViewManager010CollectionB7UpdaterC17willUpdateContentXevp"></a>
<a name="//apple_ref/swift/Property/willUpdateContent" class="dashAnchor"></a>
<a class="token" href="#/s:23DTCollectionViewManager010CollectionB7UpdaterC17willUpdateContenty14DTModelStorage0jG0CSgcSgvp">willUpdateContent</a>
<a class="token" href="#/s:23DTCollectionViewManager010CollectionB7UpdaterC17willUpdateContentXevp">willUpdateContent</a>
</code>
</div>
<div class="height-container">
Expand All @@ -164,9 +164,9 @@ <h4>Declaration</h4>
<li class="item">
<div>
<code>
<a name="/s:23DTCollectionViewManager010CollectionB7UpdaterC16didUpdateContenty14DTModelStorage0jG0CSgcSgvp"></a>
<a name="/s:23DTCollectionViewManager010CollectionB7UpdaterC16didUpdateContentXevp"></a>
<a name="//apple_ref/swift/Property/didUpdateContent" class="dashAnchor"></a>
<a class="token" href="#/s:23DTCollectionViewManager010CollectionB7UpdaterC16didUpdateContenty14DTModelStorage0jG0CSgcSgvp">didUpdateContent</a>
<a class="token" href="#/s:23DTCollectionViewManager010CollectionB7UpdaterC16didUpdateContentXevp">didUpdateContent</a>
</code>
</div>
<div class="height-container">
Expand Down Expand Up @@ -306,9 +306,9 @@ <h4>Declaration</h4>
<li class="item">
<div>
<code>
<a name="/s:23DTCollectionViewManager010CollectionB7UpdaterC23storageDidPerformUpdateyy14DTModelStorage0kI0CF"></a>
<a name="/s:23DTCollectionViewManager010CollectionB7UpdaterC23storageDidPerformUpdateyXeXeF"></a>
<a name="//apple_ref/swift/Method/storageDidPerformUpdate(_:)" class="dashAnchor"></a>
<a class="token" href="#/s:23DTCollectionViewManager010CollectionB7UpdaterC23storageDidPerformUpdateyy14DTModelStorage0kI0CF">storageDidPerformUpdate(_:)</a>
<a class="token" href="#/s:23DTCollectionViewManager010CollectionB7UpdaterC23storageDidPerformUpdateyXeXeF">storageDidPerformUpdate(_:)</a>
</code>
</div>
<div class="height-container">
Expand Down Expand Up @@ -365,7 +365,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<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>
<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>
<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
2 changes: 1 addition & 1 deletion docs/Classes/DTCollectionViewDataSource.html
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<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>
<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>
<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
2 changes: 1 addition & 1 deletion docs/Classes/DTCollectionViewDelegate.html
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<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>
<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>
<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
2 changes: 1 addition & 1 deletion docs/Classes/DTCollectionViewDelegateWrapper.html
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<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>
<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>
<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
2 changes: 1 addition & 1 deletion docs/Classes/DTCollectionViewDragDelegate.html
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<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>
<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>
<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
2 changes: 1 addition & 1 deletion docs/Classes/DTCollectionViewDropDelegate.html
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<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>
<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>
<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
6 changes: 3 additions & 3 deletions docs/Classes/DTCollectionViewDropPlaceholderContext.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ <h4>Declaration</h4>
<li class="item">
<div>
<code>
<a name="/s:23DTCollectionViewManager0aB22DropPlaceholderContextC7context7storageACSo012UICollectionbdeF0_p_14DTModelStorage0K0_ptcfc"></a>
<a name="/s:23DTCollectionViewManager0aB22DropPlaceholderContextCyXeXecfc"></a>
<a name="//apple_ref/swift/Method/init(context:storage:)" class="dashAnchor"></a>
<a class="token" href="#/s:23DTCollectionViewManager0aB22DropPlaceholderContextC7context7storageACSo012UICollectionbdeF0_p_14DTModelStorage0K0_ptcfc">init(context:storage:)</a>
<a class="token" href="#/s:23DTCollectionViewManager0aB22DropPlaceholderContextCyXeXecfc">init(context:storage:)</a>
</code>
</div>
<div class="height-container">
Expand Down Expand Up @@ -253,7 +253,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<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>
<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>
<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 9289a5a

Please sign in to comment.