Releases: techbech/react-context-session
Releases · techbech/react-context-session
1.0.9
Changed author information
1.0.8
- Upgrade packages
- Bugfix: Added a unmount check for dispatchers that will get rid of warnings that seemed to happen in some edge cases
1.0.6
Made sure that the install is working as expected
1.0.3
- Fixed bug with clearing of session data. #1
- Added optional property
keepOnUnmount
to ProvideSession for session clearing when it has been unmounted.
- Added global methods for getting the current session contexts. #2
- Updated README
1.0.2
- Refactoring of types for better type-strictness
- Test coverage of
useSession
and ProvideSession
- Improved README