The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
8.1.5 - Fix resolving row/section Crashes
18 weeks ago
Fix crashes on simultaneously selecting/deselecting and refreshing the DataSource.
8.1.0 - Context Menus and better SPM support
3 years ago
* added support for iOS 13 style context menus
* removed Carthage, Differ is added via SPM
Thanks @vuln3r
8.0 - Let's go Swift Package Manager!
4 years ago
* Xcode 11, Swift 5.1 support
* SPM compatibility
Xcode 10.2, Swift 5
4 years ago
* migrated to Xcode 10.2, Swift 5.0
6.1.4 - Differ and Diffable
4 years ago
* updated Differ framework (https://github.com/tonyarnold/Differ)
* provide default implementation for `Diffable` if the type already implements `Hashable` and `Equatable`
* improvements for separated sections
6.1 - Bugfixes
5 years ago
* Fixes `editActions`(see "Swipe To Delete" example) for iOS 11+ projects
* Uses `leadingSwipeActions`/`trailingSwipeActions` when set, `editActions` otherwise
6.0 - Separated Sections and Swift 4.2
5 years ago
* added SeparatedSection to customize cell separators, thank you @heinzl
* migrated to Xcode 10, Swift 4.2
5.2.0 - Less Leaks
5 years ago
* Fixes multiple memory leaks. Thanks @oliverkrakora
5.1.0 - Bundle support
6 years ago
* Allows to register NIBs from other bundles than the main bundle. Thanks @gunterhager
5.0.4 - Bug fixes
6 years ago
* Fixed an issue regarding section header and footer height
* Fixed automatic nib registration for custom cell identifiers