Skip to content

0.4.0

Compare
Choose a tag to compare
@stephencelis stephencelis released this 15 Jun 17:43
· 6 commits to master since this release
  • 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.