Releases: samsonos/php_config
Releases · samsonos/php_config
Added single scheme entity configuration dependency support
1.0.8 Merge remote-tracking branch 'origin/master'
Added multiple possible base paths for configuration schemes
This gives aability to load entity configurations from different locations in single project
Removed IConfigurable interface and connection with core
1.0.6 Fixed tests
Fixed wrong implementation test
1.0.5 Fixed bug with wrong handleConfiguration!
Added custom configure implementation interface
Now we can ovveride generic object configuration logic and implement our own.
New generic logic added
From now on configuration system does not require and depend on specific configuration files, separate static method was created for importing(requring) entity configuration files from path (Manager::import()). Scheme creation and loading logic is now based on analyzing declared classes matching special pattern in name and extending Entity class, this gives ability to require any entity ancestor anywhere before configuration system initialize.
Documentation ready
1.0.1 added ignore marker to composer.json
First stable release
1.0.0 Fixed bug in compliance with old Config::implement()