github pointfreeco/swift-composable-architecture 0.26.0

latest releases: 1.15.0, 1.14.0, 1.13.1...
3 years ago
  • Added: form binding helpers have been made safer and more concise with the introduction of BindableState and BindableAction (thanks @junebash for first bringing up the idea of BindableAction). The existing binding helpers have been deprecated. Note: this feature depends on Xcode 12.5 or greater to avoid a crash produced by earlier versions of the compiler, which was fixed in 5.4. For more information, see the documentation for BindableState.
  • Fixed: Store documentation had some typos (thanks @kgrigsby59).
  • Cleanup: Effect.future's has implementation has been simplified (thanks @iampatbrown).
  • Infrastructure: cleaned up how dependencies are handled in the reusable download component case study.
  • Infrastructure: added cancellation to the "loadable" case studies (thanks @filblue).

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

NewReleases is sending notifications on new releases.