Skip to content

Releases: flint/tacker

Normalize bug

03 Feb 11:51
Compare
Choose a tag to compare
Normalize bug Pre-release
Pre-release

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

06 Dec 10:33
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-release

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.

04 Dec 08:30
Compare
Choose a tag to compare
Envfile support. Pre-release
Pre-release
0.4.0

Support Envfile and Envfile.dist as complement to dotenv from the rub…

Loading PHP Files.

25 Nov 10:22
Compare
Choose a tag to compare
Loading PHP Files. Pre-release
Pre-release

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

24 Nov 15:26
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

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

19 Nov 17:36
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release
offsetExists always returns true if nothing more specific is added