0.4.0 - 2020-03-08
- Fixed config assembling on Windows (@samdark)
- Added configuring of output dir (@hiqsol)
- Added building alternative configs (@hiqsol)
- Added support for
vlucas/phpdotenv
v4 (@jseliga) - Better work with env vars (@hiqsol)
- Used
riimu/kit-phpencoder
for variable exporting (@hiqsol) - Bug fixes (@hiqsol, @SilverFire, @samdark, @noname007, @jomonkj, @machour)
0.3.0 - 2019-04-11
- Fixed config reading and merging (@hiqsol)
- Added dev-only configs (@hiqsol, @samdark)
- Changed to use
defines
files as is to keep values (@hiqsol) - Reworked configuration files building (@hiqsol, @marclaporte, @loveorigami)
0.2.5 - 2017-05-19
- Added showing package dependencies hierarchy tree with
composer du -v
(@hiqsol)
0.2.4 - 2017-05-18
- Added proper resolving of config dependencies with
Resolver
class (@hiqsol) - Fixed exportVar closures in Windows (@SilverFire, @edgardmessias)
0.2.3 - 2017-04-18
- Added vendor dir arg to
Builder::path
to get config path at given vendor dir (@hiqsol)
0.2.2 - 2017-04-12
0.2.1 - 2017-03-23
- Fixed wrong call of
Composer\Config::get()
(@SilverFire)
0.2.0 - 2017-03-15
- Added initializaion of composer autoloading for project classes become usable in configs (@hiqsol)
- Added work with
$config_name
paths for use of already built config (@hiqsol) - Renamed pathes -> paths everywhere (@hiqsol)
- Added collecting dev aliases for root package (@hiqsol)
0.1.0 - 2016-12-26
- Added proper rebuild (@hiqsol)
- Changed output dir to
composer-config-plugin-output
(@hiqsol) - Changed: splitted out
Builder
(@hiqsol) - Changed namespace to
hiqdev\composer\config
(@hiqsol)
0.0.9 - 2016-09-22
- Fixed infinite loop in case of circular dependencies in composer (@hiqsol)
0.0.8 - 2016-08-27
- Added showing ordered list of packages when verbose option (@hiqsol)
0.0.7 - 2016-08-26
- Fixed packages processing order again, used original
composer.json
(@hiqsol)
0.0.6 - 2016-08-23
- Fixed packages processing order (@hiqsol)
0.0.5 - 2016-06-22
- Added multiple defines (@hiqsol)
0.0.4 - 2016-05-21
- Added multiple configs and params (@hiqsol)
0.0.3 - 2016-05-20
- Changed aliases assembling (@hiqsol)
0.0.2 - 2016-05-19
- Removed replace composer-extension-plugin (@hiqsol)
0.0.1 - 2016-05-18
- Added basics (@hiqsol)