Releases: tinyappsde/yaml-config
Releases · tinyappsde/yaml-config
v1.3.0
15 May 15:35
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Replaced the php-yaml extension dependency with the PHP-only symfony/yaml library for better system compatibility.
v1.1.0
26 Nov 21:58
Compare
Sorry, something went wrong.
No results found
supporting PHP 8.1 (resolves a depreciation notice)
drop support for PHP 7.4
v1.0.2
09 Oct 14:01
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Signed-off-by: Dion Purushotham <mail@dion.codes>