2.0!
Renames Middleware
to Thunk
.
Thunk
can now return raw or refined actions.
Adds a new Middleware
that synchronously allows you to add or remove actions.
Adds a new property wrapped called StoreBinding
.
Adds a new ActionLens
type.
The State
parameter of BaseStore
is now required to be Equatable
.
Adds readOnly
and writeOnly
accessors to StoreProtocol
.