7.0.0 (2024-11-08)
Code Refactoring
- generic hook callbacks instead of action callbacks (972241e)
BREAKING CHANGES
- signature changes for various hooks
rationale: actions shouldn't be tied to the state type, since the state type
in auth_js =/= the state type in a library using it...