0.5.2
Breaking API Changes:
Reducer
is now a protocol with two interoperable default implementations:PureReducer
andMutatingReducer
.Store
now requires aScheduler
for its events.
API Changes:
- Changed
state
to@Published
. - Added the
StoreTransform
wrapper type. - Added the
lensing(_:)
function to allowStore
to be windowed via the newStoreTransform
wrapper type.