github pointfreeco/swift-composable-architecture 0.37.0

latest releases: 1.15.0, 1.14.0, 1.13.1...
2 years ago
  • 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.

Don't miss a new swift-composable-architecture release

NewReleases is sending notifications on new releases.