v3.0.0-beta.13
Pre-release
Pre-release
·
65 commits
to master
since this release
API changes:
- the immutable reducer now deeply converts non-objects to immutable maps (#69). This can have effects on how you retrieve data from the user object stored in the reducer. Thanks @Tankanow for the fix.
Improvements:
loadUser
now returns a promise (#75). Thanks @danrashid.loadUser
now dispatchesLOADING_USER
at the beginning of the call (#76). Thanks @rmkpatchaa.
Bug fixes:
loadUser
now dispatchesUSER_EXPIRED
when the user object returned by the user manager isnull
(#73). Thanks @mcosand for the bug report.
This will likely be the final beta release unless new bugs surface in the near future.