Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Latest commit

 

History

History
99 lines (51 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

99 lines (51 loc) · 1.25 KB

CHANGE LOG

V3.4 (01/01/2017)

  • Added laravel 5.4 support

V3.3 (26/04/2016)

  • Added laravel 5.3 support

V3.2.1 (30/01/2016)

  • Improved service provider
  • Fixed some typos

V3.2 (14/11/2015)

  • Added laravel 5.2 support
  • Improved environment detection

V3.1 (06/10/2015)

  • Improved lumen support

V3.0 (26/06/2015)

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

V2.1 (07/05/2015)

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

V2.0 (05/02/2015)

  • Upgraded to laravel 5.0

V1.1.2 (11/01/2015)

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

V1.1.1 (19/10/2014)

  • Improved the test suite
  • Added cs fixers to the test suite
  • Improved the docs

V1.1 (10/08/2014)

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

V1.0.1 (27/07/2014)

  • Stricter config validation
  • Minor tweaks

V1.0 (20/07/2014)

  • Bumped to stable

V1.0 RC 1 (16/07/2014)

  • Upgrade to Laravel 4.1/4.2
  • Refactoring
  • Added di aliases

V0.2 Alpha (31/05/2014)

  • Now using my manager package
  • Minor refactoring

V0.1 Alpha (21/04/2014)

  • Initial testing release