Skip to content

Releases: roddi/FURRDataSource

Swift 5

24 May 17:01

Choose a tag to compare

0.6.0

Migrate to Swift 5 and fix all new warnings

Getting ready for the Swift 4.2 compiler

08 Sep 14:01

Choose a tag to compare

0.5.2

fix a weird bug that should have gotten reported by the compiler prio…

Swift 4

17 Feb 12:49

Choose a tag to compare

only minimal changes needed. Have fun

Fix a stupid but pretty bad bug.

21 Oct 20:09

Choose a tag to compare

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

13 Aug 16:10

Choose a tag to compare

0.4.4

made a few methods public that should have been in the first place

edit actions

13 Aug 13:22

Choose a tag to compare

the table view data source now supports edit actions.
Also I added a convenient method to remove items.

switch off code signing

04 Aug 19:24

Choose a tag to compare

This confused Xcode 9.

update sample to Swift 3

04 Aug 19:16

Choose a tag to compare

and a couple of other things like project file and dependencies.

Swift 3 only

01 Apr 14:04

Choose a tag to compare

0.4.0

Update README.me for the Swift 3 change

Swift 3 finally fully supported

18 Sep 16:27

Choose a tag to compare

This branch is still Swift 2. Please consult README.md for details.