Orbit v4.3.2 is releasedhttps://github.com/orbit-mvi/orbit-mvi/releases/tag/4.3.2
This is a minor release with the following features:
Features
• Initial state can now be omitted when putting the ContainerHost in test mode, in which case the real initial state will be used
• Jetpack Compose version updated to
1.1.0
Fixes
• Jetpack Compose collect functions now correctly subscribe only when the lifecycle owner is at least
STARTED
•
repeatOnSubscription
used to hang forever in unit tests - now it always executes in a unit test
As always, massive thank you to our community for the suggestions, discussions and contribution 🙇
If you’re using Compose, do check it out as it fixes an important issue with Compose extensions!
@Rak you might want to take a look at this one for unit test improvements
🎉 8
o
Oleksii Malovanyi
02/10/2022, 11:40 AM
Initial state can now be omitted when putting the ContainerHost in test mode, in which case the real initial state will be used