Skip to content

Releases: tinyappsde/yaml-config

v1.3.0

15 May 15:35
de045c3

Choose a tag to compare

  • magic variable access added ($config->example is now also available in addition to array access or ->get() method)
  • renamed Config::singleValue (still available but deprecated) to Config::getConfigValue

v1.2.0

05 May 09:53
cfb8f81

Choose a tag to compare

  • Replaced the php-yaml extension dependency with the PHP-only symfony/yaml library for better system compatibility.

v1.1.0

26 Nov 21:58
c225f3d

Choose a tag to compare

  • supporting PHP 8.1 (resolves a depreciation notice)
  • drop support for PHP 7.4

v1.0.2

09 Oct 14:01
22aec48

Choose a tag to compare

fix(compatibility): removed usage of PHP 8.0 only feature

Signed-off-by: Dion Purushotham <mail@dion.codes>

v1.0.1

09 Oct 13:59
c13b32a

Choose a tag to compare

feat: static config directory + improvements

Signed-off-by: Dion Purushotham <mail@dion.codes>

v1.0.0: docs: fix for wrong namespace in code example

08 Oct 17:02
8364038

Choose a tag to compare

Signed-off-by: Dion Purushotham <mail@dion.codes>