Skip to content
This repository has been archived by the owner on Sep 13, 2018. It is now read-only.

Releases: aprilmintacpineda/inferno-context-api-store

A major revamp on action handlers

10 Sep 08:23
Compare
Choose a tag to compare
  • action handlers now receive the getStoreState function instead of the store.state. You should now use it to get the store's state. This ensures that you always get the latest state.

bug fix

10 Sep 08:05
Compare
Choose a tag to compare
  • actions dispatched immediately after an update does not receive updated state

enhancement

08 Sep 08:33
Compare
Choose a tag to compare
  • defer persist.

updates and new features

08 Sep 07:26
Compare
Choose a tag to compare
  • `getStoreState
  • deferred updates

should still provide an empty object to persist.statesToPersist when storage is null

30 Jun 17:41
Compare
Choose a tag to compare

used constructor to initial store with persistent states

30 Jun 17:07
Compare
Choose a tag to compare

new features.

29 Jun 08:42
Compare
Choose a tag to compare
  • Persistent state.
  • store.updateStore optional second argument, callback function.

initial release

24 Jun 08:38
Compare
Choose a tag to compare
  • persiting states