Skip to content

Latest commit

 

History

History
117 lines (60 loc) · 1.65 KB

CHANGELOG.md

File metadata and controls

117 lines (60 loc) · 1.65 KB

CHANGE LOG

V4.0.1 (02/01/2018)

  • Fixed config when inside phar

V4.0 (06/08/2017)

  • Support PHP 7.0, 7.1, 7.2
  • Support Laravel 5.1 - 5.5
  • More type hints

V3.2 (01/01/2017)

  • Added laravel 5.4 support

V3.1 (26/04/2016)

  • Added laravel 5.3 support

V3.0.1 (30/01/2016)

  • Improved service provider
  • Fixed some typos

V3.0 (21/12/2015)

  • Renamed the guzzle 5 connector
  • Support guzzle 6 as well as 5
  • Upgraded the upstream version to ^2.0

V2.2 (14/11/2015)

  • Added laravel 5.2 support
  • Improved environment detection

V2.1 (06/10/2015)

  • Improved lumen support

V2.0 (26/06/2015)

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

V1.1 (07/05/2015)

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

V1.0 (16/04/2015)

  • Upgraded the upstream version to ~1.0

V0.5.1 Alpha (18/02/2015)

  • Upgraded the upstream version to 0.5.*

V0.5 Alpha (05/02/2015)

  • Upgraded to laravel 5.0

V0.4 Alpha (11/01/2015)

  • Upgraded the upstream version to 0.4.*
  • CS fixes
  • Moved to the MIT license

V0.3 Alpha (25/11/2014)

  • Upgraded the upstream version to 0.3.*
  • Added support for guzzle 5
  • Removed the cs fixers

V0.2 Alpha (30/10/2014)

  • Upgraded the upstream version to 0.2.*
  • Support both buzzle and buzz adapters

V0.1.2 Alpha (19/10/2014)

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

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