Releases: hashbangcode/config_split_merge
Releases · hashbangcode/config_split_merge
1.1.1
Changes
- Sorted out the way in which child modules are split out from the default config so that they are included in the config split files for just those children.
- Refactored the yaml file extraction code.
- Couple of bug fixes or general oversights.
- Improved the test coverage of the project and added coverage reports to the phpunit.xml file.
1.1.0
Changes
- Changed the term 'sibling' to 'child'.
- Added the ability to have multiple child configuration directories.
- Refactored some of the code to move deletion and copy operations into their own place.
- Added tests to ensure all of the new code worked correctly.
- Updated readme file.
1.0.2
Changes
- Fixed an issue where the bin/config_split_merge executable couldn't find the composer autoload.php file.
1.0.1
Changes
- Downgrading the version of symfony/finder to be more in line with the Drupal 8 version in use.
1.0.0
First release.