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
Added
- "Native" binding. Use the new method
bindings:viewModel
fromViewComponent
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 withCommand
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.