X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fconsolidation%2Fsite-alias%2FCHANGELOG.md;fp=vendor%2Fconsolidation%2Fsite-alias%2FCHANGELOG.md;h=92b2fb8caeac9222a7320d31315715b8635363b7;hp=0000000000000000000000000000000000000000;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/vendor/consolidation/site-alias/CHANGELOG.md b/vendor/consolidation/site-alias/CHANGELOG.md new file mode 100644 index 000000000..92b2fb8ca --- /dev/null +++ b/vendor/consolidation/site-alias/CHANGELOG.md @@ -0,0 +1,36 @@ +# Changelog + +### 1.1.9 - 1.1.7 - 2018/Oct/30 + +* Fixes #11: Prevent calls to 'localRoot' from failing when there is no root set (#15) +* Set short description in composer.json + +### 1.1.6 - 2018/Oct/27 + +* Add an 'os' method to AliasRecord +* Only run root through realpath if it is present (throw otherwise) (#11) +* Add a site:value command for ad-hoc testing + +### 1.1.5 - 1.1.3 - 2018/Sept/21 + +* Experimental wildcard environments +* Find 'aliases.drushrc.php' files when converting aliases. +* Fix get multiple (#6) + +### 1.1.2 - 2018/Aug/21 + +* Allow SiteAliasFileLoader::loadMultiple to be filtered by location. (#3) + +### 1.1.0 + 1.1.1 - 2018/Aug/14 + +* Add wildcard site alias environments. (#2) +* Remove legacy AliasRecord definition; causes more problems than it solves. + +### 1.0.1 - 2018/Aug/7 + +* Allow addSearchLocation to take an array + +### 1.0.0 - 2018/July/5 + +* Initial release +