Releases: flint/tacker
Normalize bug
When using normalizers they would return the $value as a string even when no normalization was done. This was due to preg_match_callback not being checked for replacements.
0.4.1
If no Envfile can be found nothing is done. Fixes case where the Normalizer was pre added to the chain normalizer in brick.
Envfile support.
0.4.0 Support Envfile and Envfile.dist as complement to dotenv from the rub…
Loading PHP Files.
This release add support for loading php
files. A php file must return a array with the configuration values.
<?php
return array(
'key' => 'value',
);
0.2.0
Configurator
does not know about Caching or Normalization. Theese have been moved into Tacker\Loader\CacheLoader
and Tacker\Loader\NormalizerLoader
. This makes the library independent from Pimple and can therefor be used as a general configuration loading library.
composer.json
does not require Pimple anymore as it have been moved to require-dev
.
Add tacker_array_map_recursive
instead of array_talk_recursive
usage.
0.1.0
offsetExists always returns true if nothing more specific is added