0.1.3
This release closes the 0.1.3 milestone.
Breaking
- Changes
TableViewModel.subscript
andCollectionViewModel.subscript
methods that return anOptional
by adding theifExists:
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)