Skip to content

0.4.0

Compare
Choose a tag to compare
@mluisbrown mluisbrown released this 18 Jun 16:12
· 726 commits to master since this release
e5bec10

From the Pointfree 0.4.0 release and a couple of subsequent commits:

  • Added: ComposableCoreLocation types now conform to Codable (thanks @alskipp).
  • Added: Reducer debug methods now take an actionFormat parameter.
  • Improved: ComposableCoreLocation delegate ergonomics (thanks @klundberg).
  • Improved: Print offending action on Store.send assertion (thanks @ollitapa)
  • Optimized: signposts should be a little more performant now.
  • Optimized: store.send no longer recursively processes effects and instead processes them in a while loop, avoiding stack issues (thanks @klop).
  • Optimized: IfLetStore view content types been simplified.
  • Infrastructure: clean up tests around cancellation (thanks @klop).
  • Infrastructure: added a new web socket case study.
  • Infrastructure: fixed voice memo assertion failure.
  • Infrastructure: Move ViewStore into root ComposableArchitecture directory (thanks @dannyhertz)