Skip to content

0.5.0

Compare
Choose a tag to compare
@stephencelis stephencelis released this 22 Jun 15:33
c9c1a9a
  • Added: ComposableCoreMotion, a micro library for integrating the Composable Architecture with Core Motion.
  • Improved: Store.send now prints the action sent in its assertion failure for better debugging (thanks @ollitapa).
  • Changed: Reducer.debug now uses Publishers.MergeMany instead of Publishers.Concatenate to avoid a Combine bug that results in a memory leak.
  • Infrastructure: document rxswift-composable-architecture (thanks @dannyhertz), move ViewStore.swift into the root directory (thanks @dannyhertz), reorganize VoiceMemos demo for readability.