- Added the ability to pass
dependenciestoViewModelProviderwhich when changed, will recreate theViewModel.
- Rename
viewModelparameters tovm.
- Switch to
ReplaySubjectfor ViewModel orders to handle situations where an order is emitted before a subscribing widget is built.
- Added a
const ViewModelOrderconstructor - Made
ViewModelWidget.handleOrderan optional override
Initial release