github pointfreeco/swift-composable-architecture 0.1.1

latest releases: 1.15.0, 1.14.0, 1.13.1...
4 years ago
  • Added: TestStore now has scope methods that mirrors its Store counterpart for testing view store transformations.
  • Removed: TestStore no longer has an initializer that takes state and action transformations. Use scope instead.
  • Changed: identified array's id-based subscript now takes an explicit id parameter name. This avoids ambiguity when subscripting into an array of Int-identified elements.
  • Bug fixed: annotating reducers with debug() no longer breaks them in release builds (thanks @tulushev).
  • Bug fixed: nil-ing out an element of an identified array no longer puts it in an invalid state.
  • Bug fixed: removing more than one element of an identified array via index set should no longer remove any incorrect elements or crash.
  • Improved: messaging for out-of-bounds forEach errors (thanks @ryantstone for bringing up the issue).
  • Improved: documentation (thanks @alohaglenn, @ReadmeCritic 😉, @natemann).

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

NewReleases is sending notifications on new releases.