Releases: roddi/FURRDataSource
Releases · roddi/FURRDataSource
Swift 5
Getting ready for the Swift 4.2 compiler
0.5.2 fix a weird bug that should have gotten reported by the compiler prio…
Swift 4
Fix a stupid but pretty bad bug.
When an item did change (its content) but not its identifier and you triggering update(…) then FURRDataSource would not pick this up. This meant a table view would not update the content of its row.
Well… What can I say… now it is fixed.
Technically this change this is a different behaviour. So gave it a new minor version number. (In case you wondered)
Best Roddi
correct public-ness of methods
0.4.4 made a few methods public that should have been in the first place
edit actions
the table view data source now supports edit actions.
Also I added a convenient method to remove items.
switch off code signing
This confused Xcode 9.
update sample to Swift 3
and a couple of other things like project file and dependencies.
Swift 3 only
0.4.0 Update README.me for the Swift 3 change
Swift 3 finally fully supported
This branch is still Swift 2. Please consult README.md for details.