Skip to content

v8.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@monitz87 monitz87 released this 17 Aug 12:49
· 2262 commits to master since this release
eb4089d

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 by account.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