Focus Core v0.12.0
Store
The status
node of the store now
- Is updated when the data is updated
- Can be updated without a data update
- It adds specific handler to deal with status changes
The action builder no longer update the store before the service load, if shouldDumpStoreOnActionCall
is not defined.
Sevral unit tests have been added to the
CoreStore