Skip to content

0.37.0

Choose a tag to compare

@stephencelis stephencelis released this 20 Jun 17:56
· 1136 commits to main since this release
cfcf8b4
  • Added: Effect.animation(), which adds animation to an effect without the need of a scheduler.
  • Changed: TestStore state modification failures are less noisy.
  • Renamed: ViewStore.suspend(while:) has been renamed to ViewStore.yield(while:).
  • Bug fixed: A bug was introduced to the deprecated TestStore.assert APIs in 0.36.0, which caused test failures when a sent/received test action left state unchanged. This has been fixed.
  • Infrastructure: Worked around a SwiftUI bug/warning in the Case Studies demo; cleaned up some of the library's generic signatures.