Skip to content
This repository has been archived by the owner on Mar 7, 2022. It is now read-only.

Latest commit

 

History

History
90 lines (50 loc) · 1.45 KB

CHANGELOG.md

File metadata and controls

90 lines (50 loc) · 1.45 KB

Changelog

All Notable changes to sebastiaanluca/laravel-conditional-providers will be documented in this file.

Updates should follow the Keep a CHANGELOG principles.

5.0.0 (2020-04-24)

Added

  • Added support for Laravel 7

Removed

  • Dropped support for Laravel 5
  • Dropped support for PHP 7.2

4.0.0 (2019-08-11)

  • Add support for Laravel 6.0

3.0.0 (2019-03-01)

Added

  • Added support for Laravel 5.8

Removed

  • Removed support for Laravel 5.7 and lower

Fixed

  • Fixed static code analyses

2.0.1 (2018-09-04)

Changed

  • Tweak code analyses
  • Add code analyses to tests

2.0.1 (2018-09-04)

Added

  • Code analyses

Changed

  • Renamed phpunit.xml

Fixed

  • Don't test against Laravel 5.6
  • Fix laravel/framework version requirement
  • Optimized code using static code analyses

2.0.0 (2018-09-04)

Added

  • Run tests against Laravel 5.7

Changed

  • Formatted tests

Removed

  • Removed support for PHP 7.1 and lower
  • Removed support for Laravel 5.6 and lower

1.1.0 (2017-07-19)

  • Added conditional loading of aliases (facades)
  • Refactored and fixed tests

1.0.0 (2017-07-13)

Added

  • Added the conditional environment service provider
  • Set up test environment and added tests
  • Written readme and guidelines
  • Added Laravel 5.5 auto-discovery

Changed

  • Renamed service provider to \SebastiaanLuca\ConditionalProviders\ConditionalProvidersServiceProvider