Skip to content

Recombine 1.0 πŸŽ‰

Compare
Choose a tag to compare
@Qata Qata released this 11 Feb 10:20
· 88 commits to master since this release

After months of using Recombine on a real application, I was able to glean insights that went into the design of this new version, removing pain points and improving interactions with SwiftUI.

Breaking API Changes:

  • Store is now named BaseStore.
  • StoreTransform is now named LensedStore, with now lenses actions as well as state, reflected in a new type parameter.
  • There are now three lensing functions, one for state, one for actions, and one for both.

API Additions:

  • Added an AnyStore type erasing wrapper.