1.0.0-alpha.7 (2020-05-15)
Bug Fixes
- Useless conditional (6cf9dda)
- Variable 'user' cannot be of type null (0d8a0c3)
Code Refactoring
- Improve createContext setup (6b715f5)
Features
- Add improved API layout (1e3d66a), closes #36
- add option to use signoutRedirect (d2c4278)
BREAKING CHANGES
- Typescript users might not expect the Context to be 'null'. Now you have to check
it.