X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fconsolidation%2Fconfig%2FCHANGELOG.md;fp=vendor%2Fconsolidation%2Fconfig%2FCHANGELOG.md;h=8029a39f89cb1250746587edac6ca18ad72b23ee;hp=0000000000000000000000000000000000000000;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/vendor/consolidation/config/CHANGELOG.md b/vendor/consolidation/config/CHANGELOG.md new file mode 100644 index 000000000..8029a39f8 --- /dev/null +++ b/vendor/consolidation/config/CHANGELOG.md @@ -0,0 +1,30 @@ +# Changelog + +### 1.0.6 10/17/2017 + +* Add a 'Config::combine()' method for importing without overwriting. +* Factor out ArrayUtil as a reusable utility class. + +### 1.0.4 10/16/2017 + +* BUGFIX: Go back to injecting boolean options only if their value is 'true'. + +### 1.0.3 10/04/2017 + +* Add an EnvConfig utility class. +* BUGFIX: Fix bug in envKey calculation: it was missing its prefix. +* BUGFIX: Export must always return something. +* BUGFIX: Pass reference array through to Expander class. + +### 1.0.2 09/16/2017 + +* BUGFIX: Allow global boolean options to have either `true` or `false` initial values. + +### 1.0.1 07/28/2017 + +* Inject default values into InputOption objects when 'help' command executed. + +### 1.0.0 06/28/2017 + +* Initial release +