Skip to content

2.0!

Compare
Choose a tag to compare
@Qata Qata released this 28 Jun 01:43
· 57 commits to master since this release
e00042f

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.