8.0.0-beta.1 (2021-08-17)
Bug Fixes
- account: improve authorization checks when leaving identity (306797d)
- 🐛 improve auth check for leaveIdentity (95892e0)
Features
- account: move all CurrentAccount methods to Account (43b703b)
- identity: move all CurrentIdentity functionality to Identity (7f73017)
BREAKING CHANGES
- account: The
CurrentAccount
entity has been removed, and all of its methods moved to
Account
. The error thrown byaccount.leaveIdentity
when there is no Identity associated to the
Account is now different - identity: Remove the
CurrentIdentity
entity and move all of its functionality to the
Identity
entity