Skip to content

2.3.0

Compare
Choose a tag to compare
@DenTelezhkin DenTelezhkin released this 30 Nov 16:19
· 354 commits to main since this release

Added

  • ViewModelMapping class, that allows to store and retrieve mappings using type checks instead of runtime introspection
  • UIReaction class, that will allow DTTableViewManager and DTCollectionViewManager to react to selection and configuration events. This class supersedes TableViewReaction and CollectionViewReaction internal classes, that previously served the same purpose.
  • DTViewModelMappingCustomizable protocol to allow customization of ViewModelMapping.

Removed

  • RuntimeHelper model introspection methods