0.1.2
- Fixed bug when chaining multiple calls to
eraseToAnyViewModel()
for bothCellViewModel
and andSupplementaryViewModel
. Previously, it was possible "double erase" a view model by callingeraseToAnyViewModel()
multiple times, thus actually losing type information. Now, consecutive calls toeraseToAnyViewModel()
have no effect. (@nuomi1, #117)
Full Changelog: 0.1.1...0.1.2