Skip to content

Latest commit

 

History

History
118 lines (61 loc) · 1.59 KB

CHANGELOG.md

File metadata and controls

118 lines (61 loc) · 1.59 KB

CHANGE LOG

V6.0 (06/08/2017)

  • Support PHP 7.0, 7.1, 7.2
  • Support Laravel 5.1 - 5.5
  • More type hints
  • Added JWT authentication support
  • Rolled a custom caching plugging

V5.1 (01/01/2017)

  • Added laravel 5.4 support

V5.0 (11/12/2016)

  • Upgraded to the newest upstream library

V4.4.2 (09/06/2016)

  • Fixed lumen support

V4.4.1 (05/06/2016)

  • Use our own log adapter

V4.4 (05/06/2016)

  • Added support for logging

V4.3 (26/04/2016)

  • Added laravel 5.3 support
  • Added cache configuration
  • Added optional backoff support

V4.2.1 (30/01/2016)

  • Improved service provider
  • Fixed some typos

V4.2 (14/11/2015)

  • Added laravel 5.2 support
  • Improved environment detection

V4.1 (06/10/2015)

  • Improved lumen support

V4.0 (26/06/2015)

  • Official lumen support
  • Code cleanup
  • Moved the factory
  • Container binding improvements

V3.2 (25/05/2015)

  • Added more configuration

V3.1 (07/05/2015)

  • Support both laravel 5.0 and 5.1
  • Dropped php 5.4 support

V3.0 (17/02/2015)

  • Supporting all authentication methods

V2.0 (05/02/2015)

  • Upgraded to laravel 5.0

V1.0.1 (11/01/2015)

  • Removed the cs fixers
  • CS fixes
  • Moved to the MIT license

V1.0 (19/10/2014)

  • Improved the test suite
  • Added cs fixers to the test suite
  • Increased the minimum upstream version
  • Improved the docs
  • Other minor tweaks

V0.1.1 Alpha (12/08/2014)

  • Expose the factory class in the ioc
  • Corrected the license comments
  • Added dynamic method docs to the manager
  • Other minor tweaks

V0.1 Alpha (27/07/2014)

  • Initial testing release