V2.0.0
Breaking changes
-
Easy State has two named exports (
easyComp
andeasyStore
) instead of the default exportedeasyState
. (easyState
becameeasyComp
). -
Defining your own
componentShouldUpdate
will throw on error from now on. It should not be defined, as it is already optimized byeasyComp
.
Features
- Added
easyStore
for global state management.