Skip to content

Focus Core v0.12.0

Compare
Choose a tag to compare
@pierr pierr released this 02 Dec 16:51
· 340 commits to develop since this release

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