0.36.0
版本发布时间: 2022-06-04 09:49:50
pointfreeco/swift-composable-architecture最新发布版本:1.15.2(2024-10-23 00:57:58)
- 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.