Skip to content

Releases: auraphp/Aura.Auth

Fix docblock variable type for correct static analysis.

27 May 00:15
@cxj cxj
d9fff63
Compare
Choose a tag to compare

This fixes the constructor parameter type in the PhpDoc comment header for the Segment class.

This will enable using static analysis tools such as PHPStan against code which uses this library.

Aura.Di configuration bug fix

05 Dec 15:33
@cxj cxj
71c03d4
Compare
Choose a tag to compare

This release fixes a bug in the default Aura.Di container configuration.

Modern PHP support

17 Aug 17:54
@cxj cxj
7a2ae57
Compare
Choose a tag to compare

This release primarily updates Aura.Auth to be compatible with modern PHP versions. In particular, this version now uses PHPUnit 7 and later, as well as dropping support for language PHP 5 versions. It also drops support for HHVM.

2.0.1

18 Mar 07:39
Compare
Choose a tag to compare

2.0.0

12 Oct 16:28
Compare
Choose a tag to compare

First stable 2.0 release.

  • (FIX) Correct AuthFactory namespace, and add test.
  • (DOC) Additions and corrections in README.
  • (FIX) Add missing Status in AdapterInterface.

2.0.0-beta2

07 Nov 15:42
Compare
Choose a tag to compare
  • DOC: Updated README and docblocks.
  • CHG: PdoAdapter::buildSelectWhere() now honors the custom column name provided by the user.
  • CHG: Turn off auto-resolution in Container tests

2.0.0-beta1

05 Oct 16:22
Compare
Choose a tag to compare

Initial 2.0.0 beta release.