Skip to content

0.1.3

Compare
Choose a tag to compare
@benasher44 benasher44 released this 20 Aug 22:42
· 94 commits to master since this release
24e1555

This release closes the 0.1.3 milestone.

Breaking

  • Changes TableViewModel.subscript and CollectionViewModel.subscript methods that return an Optional by adding the ifExists: parameter name (separating them from future non-Optional Collection subscripts) (#131, @benasher44)

Fixed

  • Fix edge case reloading bug when reloading a table view with diffing disabled (#128, @benasher44)