Skip to content
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.

0.12.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@pjechris pjechris released this 14 Dec 15:54
· 243 commits to master since this release

Added

  • "Native" binding. Use the new method bindings:viewModel from ViewComponent protocol. Note that binding for tableview and collectionview is not provided yet.
  • Command pattern support to communicate between View and ViewModel. Use RelayCommand or a custom one with Command protocol.
  • Binding converters.

Enhancements

  • Removed deprecated methods. Some are still available and will be removed in future beta releases.
  • Made Akane compatible with Swift only.