Releases: traderepublic/SectionKit
Releases · traderepublic/SectionKit
1.2
1.1
1.0
0.16
0.15
0.14
0.13
- Add context to
SectionController
methods - Updates to the collection now receive 4 separate Sets split into deletes, inserts, moves and reloads, instead of one single set that takes an enum value. It is now also ensured, that inserts and deletes are performed in ascending/descending order
- Some convenience properties on the CollectionViewContext were moved to an extension on the protocol instead of the protocol requiring an implementation for it
- The methods for dequeuing cells/headerviews/footerviews now have an overload that doesn't require the generic type to be passed in if it can be inferred
- The
Section
class can now also be initialised with a normal closure (in addition to the autoclosure variant) - The
SingleItemSectionController
does now support properly support checking items for equality in order to reload itself and offers a convenience init for items that conform toEquatable