Skip to content

Latest commit

 

History

History
526 lines (488 loc) · 33.1 KB

history.md

File metadata and controls

526 lines (488 loc) · 33.1 KB

hiqdev/composer-config-plugin

0.4.0 - 2020-03-08

  • Fixed config assembling on Windows
  • Added configuring of output dir
    • 892eb6b 2020-02-03 Fixed findOutputDir to work properly when output dir is not default @hiqsol
    • 2a84e31 2020-01-21 Removed unused OutputDir class @hiqsol
    • 4d68359 2020-02-20 Fixed problem with env vars leaking between alternatives @hiqsol
    • 0d92a2d 2019-07-30 Added config-plugin-output-dir option description @hiqsol
    • 7e7b36e 2019-07-30 Fixed writing to changed output dir @hiqsol
    • 8a6a588 2019-07-25 Fixed taking proper dirname depth @hiqsol
    • f1b4ff1 2019-07-25 Added OutputDir NOT finished @hiqsol
  • Added building alternative configs
  • Added support for vlucas/phpdotenv v4
  • Better work with env vars
    • d038a30 2019-12-18 Allowed - in params for pushing env vars @hiqsol
    • 7fa31d1 2019-10-24 Allowed to push env vars into config arrays @hiqsol
  • Used riimu/kit-phpencoder for variable exporting
    • 594aaab 2019-07-02 Used riimu/kit-phpencoder for variable exporting @hiqsol
  • Bug fixes

0.3.0 - 2019-04-11

0.2.5 - 2017-05-19

0.2.4 - 2017-05-18

  • Added proper resolving of config dependencies with Resolver class
  • Fixed exportVar closures in Windows

0.2.3 - 2017-04-18

  • Added vendor dir arg to Builder::path to get config path at given vendor dir

0.2.2 - 2017-04-12

  • Improved README
  • Added support for .env, JSON and YAML
    • 43c0d3c 2017-04-12 refactored out readers and ReaderFactory @hiqsol
    • 8ec1461 2017-04-12 refactored exceptions @hiqsol
    • e89b1ab 2017-04-12 added saving loaded constants to defines @hiqsol
    • 94d957b 2017-04-12 added saving loaded env vars @hiqsol
    • a379609 2017-04-12 added Collection stub @hiqsol
    • dc0397a 2017-04-11 changed Plugin::addFiles: renamed from processFiles and reversed order of defines @hiqsol
    • 66521da 2017-04-05 changed dotenv loading to common used behavior: shell environment will override those set in the .env @hiqsol
    • a490575 2017-04-04 added support for JSON and YAML @hiqsol
    • d11c2bb 2017-04-04 added support for .env @hiqsol

0.2.1 - 2017-03-23

0.2.0 - 2017-03-15

  • Added initializaion of composer autoloading for project classes become usable in configs
  • Added work with $config_name paths for use of already built config
  • Renamed pathes -> paths everywhere
  • Added collecting dev aliases for root package

0.1.0 - 2016-12-26

  • Added proper rebuild
  • Changed output dir to composer-config-plugin-output
    • 2a4a539 2016-12-26 CHANGED output dir to composer-config-plugin-output @hiqsol
    • ec65010 2016-12-26 changed: path() and substituting pathes moved into Builder @hiqsol
    • 436f10d 2016-12-25 added work with addition @hiqsol
  • Changed: splitted out Builder
  • Changed namespace to hiqdev\composer\config
    • ab86c3c 2016-12-24 started BIG redoing: changed namespace, added Builder, output to other dir @hiqsol
    • e447659 2016-12-23 doc @hiqsol
    • e1565a6 2016-10-04 removed use of ::class to be older php compatible @hiqsol

0.0.9 - 2016-09-22

  • Fixed infinite loop in case of circular dependencies in composer

0.0.8 - 2016-08-27

  • Added showing ordered list of packages when verbose option
    • 5de8257 2016-08-27 added showing list of packages if verbose @hiqsol

0.0.7 - 2016-08-26

  • Fixed packages processing order again, used original composer.json
    • a9c0ba1 2016-08-26 fixed scrutinizer issues @hiqsol
    • cc15516 2016-08-25 redone iterateDependencies and used getPrettyName() instead of getName() @hiqsol

0.0.6 - 2016-08-23

0.0.5 - 2016-06-22

0.0.4 - 2016-05-21

0.0.3 - 2016-05-20

0.0.2 - 2016-05-19

  • Removed replace composer-extension-plugin
    • 0a3d1a6 2016-05-19 removed replace composer-extension-plugin @hiqsol

0.0.1 - 2016-05-18

[Development started] - 2016-05-18