All Versions
7
Latest Version
Avg Release Cycle
344 days
Latest Release
1429 days ago

Changelog History

  • v4.0.2 Changes

    May 27, 2020

    🛠 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.

  • v4.0.1 Changes

    December 05, 2019

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

  • v4.0.0 Changes

    August 17, 2019

    🚀 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.

  • v2.0.1 Changes

    March 18, 2017
  • v2.0.0 Changes

    October 12, 2015

    🚀 First stable 2.0 release.

    • ✅ (FIX) Correct AuthFactory namespace, and add test.

    • (DOC) Additions and corrections in README.

    • (FIX) Add missing Status in AdapterInterface.

  • v2.0.0-beta2 Changes

    November 07, 2014
    • ⚡️ 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

  • v2.0.0-beta1 Changes

    October 05, 2014

    🎉 Initial 2.0.0 beta release.