All Versions
38
Latest Version
Avg Release Cycle
5 days
Latest Release
-

Changelog History
Page 2

  • v0.3.6 Changes

    March 19, 2020
    • ๐Ÿšš Replace RemovedInDjango40Warning ugettext with gettext (thanks to @ulgens)
  • v0.3.5 Changes

    March 15, 2020
    • โž• Added MeQuery (thanks to pors).
  • v0.3.4 Changes

    March 07, 2020
    • ๐Ÿ“‡ Renamed from ErrorType toExpectedErrorType, preventing clash with a graphene_django type with same name..
  • v0.3.3 Changes

    March 02, 2020
    • ๐Ÿ›  Fixed bug when performing login in PasswordChangeMixin (thanks to panosangelopoulos).
  • v0.3.2 Changes

    February 21, 2020
    • ๐Ÿ›  Fixed typo in error code/message for expired_token (thanks to yanivtoledano).
  • v0.3.1 Changes

    February 09, 2020
    • โž• add pk to UserNode.
  • v0.3

  • v0.2.8 Changes

    January 27, 2020
    • return new token and refreshToken on password change.
  • v0.2.7 Changes

    January 27, 2020
    • ๐Ÿ‘ allow login on register, returning token and refresh token.
  • v0.2.6 Changes

    January 27, 2020
    • review error fields in some mutations.