Skip to content

Latest commit

 

History

History
186 lines (87 loc) · 2.22 KB

CHANGELOG.md

File metadata and controls

186 lines (87 loc) · 2.22 KB

CHANGE LOG

V5.1 (03/12/2023)

  • Add PHP 8.3 support
  • Add Laravel 11 support

V5.0 (25/02/2023)

  • Support Laravel 8-10 only
  • Support PHP 7.4-8.2 only
  • Added property and return types

V4.7 (24/01/2022)

  • Provisional Laravel 9 support

V4.6.1 (21/11/2021)

  • Provisional PHP 8.1 support
  • Updated package metadata

V4.6 (25/07/2020)

  • Provisional PHP 8.0 support
  • Provisional Laravel 8 support

V4.5.3 (26/04/2020)

  • Added missing throws doc

V4.5.2 (14/04/2020)

  • Updated funding information

V4.5.1 (01/03/2020)

  • Miscellaneous tweaks

V4.5 (22/02/2020)

  • Added getNamedConfig method

V4.4.1 (02/01/2020)

  • Tweaked getConnections() phpdoc

V4.4 (28/12/2019)

  • Added Laravel 7 support

V4.3 (26/08/2019)

  • Added Laravel 6 support

V4.2.2 (30/06/2019)

  • Avoid calling deprecated code

V4.2.1 (16/02/2019)

  • Fixes for PHPUnit 8

V4.2 (29/01/2019)

  • Added Laravel 5.8 support

V4.1 (23/08/2018)

  • Added Laravel 5.7 support

V4.0 (11/02/2018)

  • Support PHP 7.1 or 7.2
  • Support Laravel 5.5 or 5.6
  • Bind extension resolvers to the manager
  • Updated phpdoc to reflect connections being objects

V3.0 (06/08/2017)

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

V2.5 (01/01/2017)

  • Added laravel 5.4 support

V2.4 (26/04/2016)

  • Added laravel 5.3 support

V2.3.1 (30/01/2016)

  • Fixed some typos

V2.3 (14/11/2015)

  • Added laravel 5.2 support

V2.2.1 (06/10/2015)

  • Minor tweaks

V2.2 (26/06/2015)

  • Official lumen support
  • Code cleanup

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.0.4 (11/01/2015)

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

V1.0.3 (19/10/2014)

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

V1.0.2 (09/08/2014)

  • Corrected the license comments

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
  • Minor refactoring
  • Support use without multiple drivers too

V0.1 Alpha (31/05/2014)

  • Initial testing release