- Added:
Effect.throttle
overloads that takeAny.Type
(thanks @elkraneo). - Added:
TestStore.state
, which reflects the state of the store between assertions. This property can be used to further probe test store state over time and make additional assertions. - Updated:
WithViewStore
can be in more places, like@CommandsBuilder
(thanks @tgrapperon). - Fixed:
Effect.task
modifiers now deliver output and completion on the main actor, avoiding potential data races. - Documentation: Added support for SPI documentation (thanks @finestructure).
- Infrastructure: typo fixes (thanks @konomae) and demo app cleanup.