Mikolaj Leszczynski
02/10/2022, 10:57 AM1.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 improvementsOleksii Malovanyi
02/10/2022, 11:40 AMInitial state can now be omitted when putting the ContainerHost in test mode, in which case the real initial state will be usedthis is huge 👏