Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 431 Bytes

CHANGELOG.md

File metadata and controls

13 lines (7 loc) · 431 Bytes

Changelog

0.9.1 - 2023-02-15

  • Fix bug with ViewModel.attach calls on a "leaked" view model object

0.9.0 - 2023-02-15

  • Add amvi-component-compose module with an MviComponent composable function. It can be used in tandem with ViewModel where ViewModel directs component (screen) logic and MviComponent renders resulting ViewState changes

0.8.1 - 2022-10-27

  • Initial release with a ViewModel class