Skip to content

Latest commit

 

History

History
103 lines (62 loc) · 2.34 KB

CHANGELOG.md

File metadata and controls

103 lines (62 loc) · 2.34 KB

CHANGELOG

'marqant-lab/auth-graphql' package

Unreleased

Add (closed):

  • #10 Implement the Logic to signin any Model (also the user) via an email link (email_token).

3.0.3 (2023-05-31)

  • Removed "tjventurini/graphql-exceptions": "^1.0" from dependencies.
  • Moved and updated Exception classes to the package itself.
  • Changed resolve() to __invoke() in mutation classes.

2.0.0 (2021-02-12)

Updated:

  • Updated README "Installation"
  • Updated "illuminate/support": "^8.0" in composer.json.
  • Updated "laravel/sanctum": "^2.9" in composer.json.

1.0.0 (2021-02-12)

Added:

  • #13 Added tjventurini's client-safe GQL exception handling.
  • Added "illuminate/support": "^7.0" to composer.json.
  • Added "tjventurini/graphql-exceptions": "~0.0.6" to composer.json.

0.0.15 (2020-12-17)

Updated:

  • codestyle fixes to PSR2.

0.0.14 (2020-10-21)

Added:

  • #11 implemented Authenticate any Model functional.
  • #11 created CHANGELOG.md.

Updated:

  • #11 updated tests.
  • #11 updated README.md.

0.0.12 (2020-08-18)

Small changes:

  • #9 edited README.md.
  • #8 refactoring.
  • #7 edited README.

0.0.8 (2020-07-07)

Edited:

  • #6 edited README + fixed translations + refactoring.

Added:

  • #5 added translations for auth.

0.0.6 (2020-06-29)

Changed:

  • #4 changed @middleware to @guard + added this to README.

0.0.5 (2020-06-24)

Changed:

  • #3 renamed AuthGraphGLServiceProvider to AuthGraphQLServiceProvider.
  • #2 changed AuthGraphGL to AuthGraphQL.

0.0.3 (2020-06-22)

Added:

  • #1 added MIT License to the package + added "license": "MIT" to composer.json.