Releases: rstgroup/eventrix
Releases · rstgroup/eventrix
2.10.2
FIX
- add onError types to EventrixI interface
2.9.1
FIX
- build repaired and small updates
2.9.0
Added
- create eventrix sub instance with scopes
- get parent eventrix instance
- get first eventrix instance
- get events name and state path with scopes
- scope provider for react
2.8.2
FIX
persist gate - fix infinity loading
2.8.1
FIX
persist store - isPromise function don't support null value.
2.8.0
ADDED
- connectPersistStore - you can use persist store to storage data using white list or black list
2.7.0
ADDED
- Request handler class - you can manage requests by events (abort requests)
2.6.2
FIX
- useReceiver - removed dependencies array (memoization should be outside hook)