github pointfreeco/swift-composable-architecture 0.1.5

latest releases: 1.10.4, 1.10.3, 1.10.2...
3 years ago
  • Added: a TestStore.assert method that takes an array of steps (thanks @pteasima).
  • Changed: misusing identified array's id-based subscript (attempting to update an element not in the array, or attempting to nil out an element) will now crash with a helpful error message in development.
  • Changed: WithViewStore.debug logic is now a no-op in release mode.
  • Changed: Reducer.debug and WithViewStore.debug can now omit the prefix argument name to more closely align with Publisher.print.
  • Bug fixed: test schedulers now properly order concurrent work items.
  • Bug fixed: debug output will no longer overflow on infinitely recursive references.
  • Infrastructure: README fixes (thanks @offTheCode), documentation fixes (thanks @johankool), new location manager demo, animation case study fixed for dark mode.

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

NewReleases is sending notifications on new releases.