All Versions
19
Latest Version
Avg Release Cycle
120 days
Latest Release
1663 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.4.1 Changes
- ๐
@autoclosure
of casting fatal message. Improves performance since there is string manipulation.
- ๐
-
v2.4.0 Changes
ds_shouldConsumeItemSizeDelegateCalls
is unavailable, instead useds_responds(to selector: DataSourceSelector) -> Bool
, It takes an enum, with.size
it act the same asds_shouldConsumeItemSizeDelegateCalls
.- ๐ Fixes a bug that makes all table view cells editable by default.
- ๐ New
ds_responds(to selector: DataSourceSelector) -> Bool
to make it so easy to make some implementations ofDataSource
methods optional (e.g. we used it to fix the editable table view cells bug).
-
v2.3.1 Changes
- Fixed a critical crash for
ds_collectionView(_:didEndDisplaying:forItemAt:)
inCompositeDataSource
.
- Fixed a critical crash for
-
v2.3.0 Changes
- โ Adding
SegmentedDataSource
.
- โ Adding
-
v2.2.1 Changes
- ๐
Making Supplementary view optional as a workaround for the
UITableView
with .grouped style as it asks for the header/footer view even if the size is set as 0
- ๐
Making Supplementary view optional as a workaround for the
-
v2.2.0 Changes
- ๐
UITableView
Header/Footer support. - ๐
UICollectionView
Supplementary view support.
- ๐
-
v2.1.0 Changes
- Renaming methods to match Swift 3.0 conventions.
-
v2.0.0 Changes
- ๐ Swift 3.0 Support.
-
v1.0.1 Changes
- Deprecating
useDelegateForItemSize
in favor of automatic detection if the user implementedds_collectionView(_:sizeForItemAtIndexPath:)
or not. - โ Adding more code documentation and enhancing the readme file.
- Deprecating