Version 7.0
Breaking changes!
- now all navigator's operations are launched via Main Thread queue (fix for
FragmentManager is already executing transactions
. TNX @VitalyPeryatin) - Fragment transaction type was moved to
FragmentScreen
(design refactoring) - Screen instance was added to
setupFragmentTransaction
(#149) - Default screen key was updated for fix
BackTo
command without explicitly key declaration (TNX @eduard1abdulmanov123) - FragmentScreen and ActivityScreen are interfaces now (for better flexibility #144)