Skip to content

0.27.1

Compare
Choose a tag to compare
@stephencelis stephencelis released this 15 Sep 01:18
· 1057 commits to main since this release
a1aac6c
  • Changed: Effect.failing is now available outside of debug builds (thanks @andreyz).
  • Fixed: BindableState's codable conformances should now use any coding strategies for single values, e.g. JSONEncoder's data and date-decoding strategies.
  • Fixed: Xcode 13 RC will now build for macOS <12.
  • Improved: documentation around BindingAction.pullback.
  • Improved: breakpoint messaging for when Store detects send was called on a thread other than the thread the store was created on.
  • Infrastructure: alert and action sheet case study cleanup (thanks @filblue).