Skip to content

0.36.0

Choose a tag to compare

@stephencelis stephencelis released this 04 Jun 01:49
· 1144 commits to main since this release
db89099
  • Added: Effect.throttle overloads that take Any.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.