Skip to content

v0.30.0

Compare
Choose a tag to compare
@pradel pradel released this 12 Dec 13:49
· 207 commits to master since this release

0.30.0 (2020-12-12)

⚠ BREAKING CHANGES

  • password: calling password.sendResetPasswordEmail will not hide the error anymore if the user is not found when ambiguousErrorMessages is true, this error will now be hidden by the transport layer (rest-express, graphql).
    Only a breaking change if you expose password.sendResetPasswordEmail to your users directly.
  • password: calling password.sendVerificationEmail will not hide the error anymore if the user is not found when ambiguousErrorMessages is true, this error will now be hidden by the transport layer (rest-express, graphql).
    Only a breaking change if you expose password. sendVerificationEmail to your users directly.
  • The hooks on the server are now awaited. The execution will continue after the hook promise is resolved. (#1068)

Features

  • execute server hooks with await (#1068) d6efc69
  • upgrade graphql-tools to v7 (#1066) 099fea6
  • accounts-client: Add token storage separator option to Client e84e275

Bug Fixes

  • rest-example: fix mongo usage 27b2ba3
  • fix typo in example code: Typeorm -> AccountsTypeorm 193dbcd

Continuous Integration

Documentation

  • add website to monorepo (#1075) e760e61
  • fix an issue in an example of the README for graphql-api 84f480d
  • upgrade docusaurus to 2.0.0-alpha.68 (#1074) c7f6e2b

Miscellaneous Chores

  • examples: upgrade to create-react-app 4 and react 17 (#1076) 785104f
  • password: move sendResetPasswordEmail user check to transport 3f02186
  • password: move sendVerificationEmail user check to transport b6ff028
  • add jsx files to prettier 64f4e3d
  • two-factor: remove lodash from the dependencies (#1073) e3c3860
  • update prettier and eslint (#1072) 20d9dbe
  • mongo: remove lodash from the dependencies (#1070) 366f44f
  • redis: remove lodash from the dependencies (#1071) dc59fa4