Skip to content

0.1.2

Compare
Choose a tag to compare
@jessesquires jessesquires released this 13 Jul 21:22
· 48 commits to main since this release
6f7116f
  • Fixed bug when chaining multiple calls to eraseToAnyViewModel() for both CellViewModel and and SupplementaryViewModel. Previously, it was possible "double erase" a view model by calling eraseToAnyViewModel() multiple times, thus actually losing type information. Now, consecutive calls to eraseToAnyViewModel() have no effect. (@nuomi1, #117)

Full Changelog: 0.1.1...0.1.2