Skip to content

Releases: misantron/silex-config-provider

v4.1.2

27 Dec 08:57
7b92e47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.1...v4.1.2

v4.1.1

06 Dec 12:20
Compare
Choose a tag to compare

Changelog

  • [Enhancement] PHP 8.1 support
  • [Enhancement] Dependencies upgrade

v4.1.0

18 Jan 14:55
Compare
Choose a tag to compare

Changelog

v4.0.0

16 Jan 09:32
Compare
Choose a tag to compare

Changelog

  • PHP 7.4 or greater and Composer 2.0 are required
  • Use TOML parser from yosymfony/toml instead of leonelquinteros/php-toml
  • Loader for each provided config file is now selected automatically
  • Ability to use different type of configs inside one provider instance
  • Interfaces usage for service provider expandability
  • CI migrated from TravisCI to GitHub Actions
  • Codacy for code analyzing and coverage instead of Scrutinizer
  • Code style check over squizlabs/php_codesniffer

v3.0.0

01 Dec 09:18
Compare
Choose a tag to compare

Features:

  • PHP 7.0 is not supported
  • Upgrade Toml parser library to v1.1
  • Upgrade PHPUnit to v7.5, tests fixes
  • Only technical changes, no new features

v2.0.0

12 Nov 19:52
Compare
Choose a tag to compare

Features:

  • Library specific exceptions
  • Tests refactoring

v1.2.0

30 Jan 19:06
Compare
Choose a tag to compare

Changes:

  • Allow to merge config files using different types of adapters
  • Enable PHP ENV variables support

v1.1.0

16 Jan 19:30
Compare
Choose a tag to compare

Changes:

  • Toml config file support added
  • Small fixes

v1.0.1

10 Apr 08:28
Compare
Choose a tag to compare

Changes:

  • Methods return types fix

v1.0.0

08 Apr 11:19
Compare
Choose a tag to compare

Features:

  • Supports php, json, ini, xml and yaml config files
  • On load merge and replace list of config files
  • Replace config placeholders with dynamic values
  • PHP7 features support