github pointfreeco/swift-composable-architecture 0.4.0

latest releases: 1.10.0, 1.9.3, 1.9.2...
3 years ago
  • Added: ComposableCoreLocation types now conform to Codable (thanks @alskipp).
  • Added: Reducer debug methods now take an actionFormat parameter.
  • Changed: depend on CombineSchedulers instead of vendoring AnyScheduler and TestScheduler. The library contains several bug fixes over the code that was included in 0.3.0.
  • Fixed: use subscribe method over receive(subscriber:), per Apple documentation (thanks @asiliuk).
  • Improved: ComposableCoreLocation delegate ergonomics (thanks @klundberg).
  • 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: link to ReactiveSwift fork (thanks @mluisbrown).
  • Infrastructure: encapsulate Publishers.Create and AnyPublisher.init(_:) (thanks @kaandedeoglu).
  • Infrastructure: clean up tests around cancellation (thanks @klop).
  • Infrastructure: added a new web socket case study.
  • Infrastructure: fixed voice memo assertion failure.

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

NewReleases is sending notifications on new releases.