Skip to content

Releases: hashbangcode/config_split_merge

1.1.1

18 Mar 16:22
1c27e85

Choose a tag to compare

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

13 Mar 16:55
ef25261

Choose a tag to compare

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

25 Dec 14:13

Choose a tag to compare

Changes

  • Fixed an issue where the bin/config_split_merge executable couldn't find the composer autoload.php file.

1.0.1

25 Dec 14:01

Choose a tag to compare

Changes

  • Downgrading the version of symfony/finder to be more in line with the Drupal 8 version in use.

1.0.0

25 Dec 13:55

Choose a tag to compare

First release.